From 2b36aac4d3c68755751f4e7306715739340935c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20G=C3=BCnther?= Date: Mon, 2 May 2016 10:28:01 +0100 Subject: [PATCH 1/2] Update install.sh Update install pages web address. --- bash/portal/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 2a7fb0bde497d2283502ac8049cab431ec71b768 Mon Sep 17 00:00:00 2001 From: Joe Prochazka Date: Mon, 2 May 2016 12:51:27 -0400 Subject: [PATCH 2/2] Fixed instructions. --- build/portal/html/install/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.