Added warning not to delete directory.

pull/173/head
Joe Prochazka 2016-04-22 14:58:55 -04:00
rodzic 554feac1e9
commit 52724bacf5
2 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -62,12 +62,12 @@ echo -e "\033[31m"
echo "Do you wish to enable advanced features?"
echo -e "\033[33m"
echo "ENABLING ADVANCED FEATURES ON DEVICES USING SD CARDS CAN SHORTEN THE LIFE OF THE SD CARD IMMENSELY"
echo -e "\033[33m"
echo ""
echo "By enabling advanced features the portal will log all flights seen as well as the path of the flight."
echo "This data is stored in either a MySQL or SQLite database. This will result in a lot more data being"
echo "stored on your devices hard drive. Keep this and your devices hardware capabilities in mind before"
echo "selecting to enable these features."
echo ""
echo -e "\033[31m"
echo "You have been warned."
echo -e "\033[37m"
read -p "Use portal with advanced features? [y/N] " ADVANCED
@ -357,7 +357,7 @@ echo -e "\033[37m"
read -p "Press enter to continue..." CONTINUE
# Display further portal setup instructions.
echo -e "\033[33m"
echo -e "\033[31m"
echo "PORTAL SETUP IS NOT YET COMPLETE"
echo -e "\033[33m"
echo "In order to complete the portal setup process visit the following URL in your favorite web browser."

Wyświetl plik

@ -251,6 +251,10 @@ NOTHINGTODO="Nothing has been selected to be installed so the script will exit n
read -d '' INSTALLATIONCOMPLETE <<"EOF"
INSTALLATION COMPLETE
DO NOT DELETE THIS DIRECTORY!
Files needed for certain items to run properly are contained within this directory. Deleting this directory may result in your receiver not working properly.
It is hoped these scripts and files were found useful while setting up your ADS-B Receiver. Feedback regarding this software is always welcome. If you ran into any problems or wish to submit feed back feel free to do so on the project's GitHub site.
https://github.com/jprochazka/adsb-receiver
@ -564,7 +568,7 @@ fi
## INSTALLATION COMPLETE
# Display the installation complete message box.
whiptail --backtitle "$BACKTITLE" --title "Software Installation Complete" --msgbox "$INSTALLATIONCOMPLETE" 16 65
whiptail --backtitle "$BACKTITLE" --title "Software Installation Complete" --msgbox "$INSTALLATIONCOMPLETE" 19 65
# Once again cannot make the whiptail checkbox not create this file and still work...
# Will work on figuring this out at a later date but until then we will delete the file created.