From 736eefc3af3dcb9df2f95c7e179a776beb7f1d7b Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 13 Jul 2020 20:39:09 -0700 Subject: [PATCH] move cl, gp and co to be always accessible --- radmin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/radmin b/radmin index 6b29a5c..726e72d 100755 --- a/radmin +++ b/radmin @@ -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"