diff --git a/bash/portal/install.sh b/bash/portal/install.sh index da1c121..53c75b8 100755 --- a/bash/portal/install.sh +++ b/bash/portal/install.sh @@ -414,9 +414,9 @@ 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." echo "" -echo "http:///admin/install.php" +echo "http:///install/" echo "" echo "Enter the requested information and submit the form to complete the portal setup." -echo "It is recomended that after setting up the portal you delete the install.php file." +echo "It is recomended that after setting up the portal you delete the install directory." echo -e "\033[37m" read -p "Press enter to continue..." CONTINUE diff --git a/build/portal/html/install/index.php b/build/portal/html/install/index.php index 69b5d24..d8bd0aa 100644 --- a/build/portal/html/install/index.php +++ b/build/portal/html/install/index.php @@ -530,11 +530,11 @@ EOF;

ADS-B Receiver Portal Setup

Setup of your ADS-B Receiver Web Portal is now complete.

- For security reasons it is highly recommended that the installation file be deleted permanently from your device. + For security reasons it is highly recommended that the installation files be deleted permanently from your device. At this time you should also ensure that the file containing the settings you specified is no longer writeable. Please log into your device and run the following commands to accomplish these tasks.

-
sudo rm -f /install/
+
sudo rm -rf /install/
sudo chmod -w /classes/settings.class.php

Once you have done so you can log in and administrate your portal here.