kopia lustrzana https://github.com/jprochazka/adsb-receiver
More press enter to continue dialogs to surpress unless VERBOSE is set
rodzic
78cc7a7c4a
commit
3ecdd7af28
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue