|
|
|
|
@ -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"
|
|
|
|
|
|