aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdns-gui/pdns-gui.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pdns-gui/pdns-gui.post-install')
-rw-r--r--testing/pdns-gui/pdns-gui.post-install12
1 files changed, 8 insertions, 4 deletions
diff --git a/testing/pdns-gui/pdns-gui.post-install b/testing/pdns-gui/pdns-gui.post-install
index 40eb23fb94..4bc6d990a0 100644
--- a/testing/pdns-gui/pdns-gui.post-install
+++ b/testing/pdns-gui/pdns-gui.post-install
@@ -1,8 +1,12 @@
#!/bin/sh
-echo -e "\npdns-gui has been installed in: /var/www/pdns-gui"
-echo -e "Be sure to set the correct ownership as per your webserver, and
-echo -e "finish installing pdns-gui by running the following script:"
-echo -e " /var/www/pdns-gui/batch/install.sh\n"
+echo "*" >&2
+echo "* pdns-gui has been installed in: /usr/share/webapps/pdns-gui" >&2
+echo "* pdns-gui logs are at : /var/log/pdns-gui" >&2
+echo "* pdns-gui apache2 config is at : /etc/apache2/conf.d/pdns-gui.conf" >&2
+echo "*" >&2
+echo "* To finish installing pdns-gui, please run the following script:" >&2
+echo "* /usr/share/webapps/pdns-gui/batch/install.sh" >&2
+echo "*" >&2
exit 0