typo in script

pull/1/head
Tom Early 6 years ago
parent f5911ec075
commit a8038b4121

@ -124,7 +124,7 @@ while [[ "$key" != q* ]]
do
clear
echo
echo " Reflector Administration, Version #200712"
echo " Reflector Administration, Version #200713"
echo
echo "ls : List the configuration file"
if [ -e $xlxserv ] || [ -e $xrfserv ]; then
@ -138,7 +138,7 @@ do
fi
echo "rr : Restart the reflector"
if [ -e /etc/systemd/system/ambed ]; then
echo "rt : Restart then transcoder"
echo "rt : Restart the transcoder"
fi
else
echo "cl : Clean (remove) compiled objects and executables"

@ -205,7 +205,7 @@ while [[ "$key" != q* ]]
do
clear
echo
echo " Reflector Configuration, Version #200712"
echo " Reflector Configuration, Version #200713"
echo
echo -n "cs : Reflector Callsign = "; EvaluateVar callsign{,_d}
echo -n "nm : Number of Modules = "; EvaluateVar nummod{,_d}

Loading…
Cancel
Save

Powered by TurnKey Linux.