More press enter to continue dialogs to surpress unless VERBOSE is set

pull/275/head
Romeo-Golf 2016-12-21 12:56:12 +00:00
rodzic 78cc7a7c4a
commit 3ecdd7af28
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -150,7 +150,9 @@ echo ""
echo -e "\e[93m----------------------------------------------------------------------------------------------------"
echo -e "\e[92m Dump1090 configuration complete.\e[39m"
echo ""
read -p "Press enter to continue..." CONTINUE
if [[ ! -z ${VERBOSE} ]] ; then
read -p "Press enter to continue..." CONTINUE
fi
# CONFIGURE PIAWARE IF NEEDED
@ -214,7 +216,9 @@ if [ $(dpkg-query -W -f='${STATUS}' dump1090-fa 2>/dev/null | grep -c "ok instal
echo -e "\e[93m----------------------------------------------------------------------------------------------------"
echo -e "\e[92m PiAware configuration complete.\e[39m"
echo ""
read -p "Press enter to continue..." CONTINUE
if [[ ! -z ${VERBOSE} ]] ; then
read -p "Press enter to continue..." CONTINUE
fi
fi
## SETUP THE ADS-B RECIEVER PROJECT WEB PORTAL