From 2defa9d736e45e6c8b3f7e8eeafd591364eb6524 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 9 May 2016 16:30:26 -0600 Subject: [PATCH] Add a finish.sh script to run after the web based part of the install. --- debian/install.sh | 6 ++++-- debian/resources/finish.sh | 0 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 debian/resources/finish.sh diff --git a/debian/install.sh b/debian/install.sh index f9a0871..b1333e7 100644 --- a/debian/install.sh +++ b/debian/install.sh @@ -35,9 +35,11 @@ server_address=$(hostname -I) #/usr/sbin/service fail2ban restart #Show database password -echo "Complete the install by going to:" +echo "Complete the install by by going to the IP address of this server "; +echo "in your web browser or with a domain name for this server."; echo " https://$server_address" echo "" echo "" - +#wait for the config.php to exist and then restart the service +resources/switch/./finish.sh diff --git a/debian/resources/finish.sh b/debian/resources/finish.sh new file mode 100644 index 0000000..e69de29