install tcd first

unstable
Tom Early 4 years ago
parent a08128b2f5
commit 3a7bb473ec

@ -35,6 +35,11 @@ UninstallReflector () {
} }
InstallReflector () { InstallReflector () {
if [ "$tcaddress" != none ]; then
pushd ../tcd
sudo make install || read -p "<Enter> to continue: " ans
popd
fi
pushd reflector pushd reflector
if [ ! -e urfd.whitelist ]; then if [ ! -e urfd.whitelist ]; then
cp ../config/urfd.whitelist . cp ../config/urfd.whitelist .
@ -50,11 +55,6 @@ InstallReflector () {
fi fi
sudo make install || read -p "<Enter> to continue: " ans sudo make install || read -p "<Enter> to continue: " ans
popd popd
if [ "$tcaddress" != none ]; then
pushd ../tcd
sudo make install || read -p "<Enter> to continue: " ans
popd
fi
} }
Clean () { Clean () {
@ -118,7 +118,7 @@ do
echo "co : Compile the system executable(s)" echo "co : Compile the system executable(s)"
if [ -e $urfserv ]; then if [ -e $urfserv ]; then
if [ -e $urfserv ]; then if [ -e $urfserv ]; then
echo "us : Uninstall the XLX reflector" echo "us : Uninstall the URF reflector"
echo "rl : Reflector log" echo "rl : Reflector log"
if [ -e $tcdserv ]; then if [ -e $tcdserv ]; then
echo "tl : Transcoder log" echo "tl : Transcoder log"
@ -135,7 +135,7 @@ do
echo "is : Install URF reflector without transcoder" echo "is : Install URF reflector without transcoder"
else else
if [ -e ../tcd/tcd ]; then if [ -e ../tcd/tcd ]; then
echo "is : Install XLX reflector and transcoder" echo "is : Install URF reflector and transcoder"
fi fi
fi fi
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.