move cl, gp and co to be always accessible

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

@ -127,6 +127,9 @@ do
echo " Reflector Administration, Version #200713"
echo
echo "ls : List the configuration file"
echo "cl : Clean (remove) compiled objects and executables"
echo "gp : Pull the latest software from the repo"
echo "co : Compile the system executable(s)"
if [ -e $xlxserv ] || [ -e $xrfserv ]; then
if [ -e $xlxserv ] && [ -e $xrfserv ]; then
echo "ERROR: both xlxd and xrfd seem to be installed!"
@ -141,9 +144,6 @@ do
echo "rt : Restart the transcoder"
fi
else
echo "cl : Clean (remove) compiled objects and executables"
echo "gp : Pull the latest software from the repo"
echo "co : Compile the system executable(s)"
if [[ "$callsign" == XRF* ]] || [[ "$callsign" == XLX* ]]; then
if [[ "$callsign" == XRF* ]] && [ -e src/xrfd ]; then
echo "is : Install XRF reflector"

Loading…
Cancel
Save

Powered by TurnKey Linux.