typo in script

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

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.