delete xlx host file

pull/14/head
Tom Early 6 years ago
parent 87a0b0f566
commit ff918368bd

@ -476,7 +476,7 @@ GatewayMenu () {
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
awk '$1 ~ /^REF/ { printf "%s %s 20001\n", $1, $2 }' DPlus_Hosts.txt >> gwys.txt
/bin/rm -f D{XLX,Extra,Plus,CS}_Hosts.txt
/bin/rm -f {XLX,DExtra,DPlus,DCS}_Hosts.txt
elif [[ "$ans" == iv* ]]; then
/bin/rm -f gwys.txt
wget http://www.va3uv.com/gwys.txt

Loading…
Cancel
Save

Powered by TurnKey Linux.