show errors

pull/1/head
Tom Early 6 years ago
parent 652aafacce
commit 5255711e3e

@ -31,7 +31,7 @@ UninstallReflector () {
InstallReflector () { InstallReflector () {
if [ "$tcaddress" != none ]; then if [ "$tcaddress" != none ]; then
cd ambed cd ambed
sudo make install sudo make install || read -p "<Enter> to continue: " ans
cd .. cd ..
fi fi
cd src cd src
@ -62,7 +62,7 @@ InstallReflector () {
cp ../config/xlxd.terminal xrfd.terminal cp ../config/xlxd.terminal xrfd.terminal
fi fi
fi fi
sudo make install sudo make install || read -p "<Enter> to continue: " ans
cd .. cd ..
} }
@ -79,11 +79,11 @@ Compile () {
WriteCFGFiles WriteCFGFiles
np=`getconf _NPROCESSORS_ONLN` np=`getconf _NPROCESSORS_ONLN`
cd src cd src
make -j$np make -j$np || read -p "<Enter to continue: " ans
cd .. cd ..
if [[ "$callsign" == XLX* ]] && [[ "$tcaddress" != none ]]; then if [[ "$callsign" == XLX* ]] && [[ "$tcaddress" != none ]]; then
cd ambed cd ambed
make -j$np make -j$np || read -p "<Enter to continue: " ans
cd .. cd ..
fi fi
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.