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