diff --git a/qn.dvap.cfg b/qn.dvap.cfg index 835c675..15514eb 100644 --- a/qn.dvap.cfg +++ b/qn.dvap.cfg @@ -23,7 +23,7 @@ module = { } } -glink = { +link = { # add the callsigns that can shutdown or reboot your system # admin = [ "XX0XXX" , "YY0YYY" ] // only these users can execute scripts diff --git a/reflist.sh b/reflist.sh index bdaf8ac..def0502 100755 --- a/reflist.sh +++ b/reflist.sh @@ -11,4 +11,4 @@ awk '$1 ~ /^REF/ { printf "%s %s 20001\n", $1, $2 }' DPlus_Hosts.txt >> gwys.txt awk '$1 ~ /^XRF/ { printf "%s %s 30001\n", $1, $2 }' DExtra_Hosts.txt >> gwys.txt awk '$1 ~ /^DCS/ { printf "%s %s 30051\n", $1, $2 }' DCS_Hosts.txt >> gwys.txt -/bin/rm -f D{Extra,Plus,DCS}_Hosts.txt +/bin/rm -f D{Extra,Plus,CS}_Hosts.txt