diff options
Diffstat (limited to 'testing/pdns-gui/pdns-gui.post-install')
-rw-r--r-- | testing/pdns-gui/pdns-gui.post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/pdns-gui/pdns-gui.post-install b/testing/pdns-gui/pdns-gui.post-install new file mode 100644 index 000000000..40eb23fb9 --- /dev/null +++ b/testing/pdns-gui/pdns-gui.post-install @@ -0,0 +1,8 @@ +#!/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" + +exit 0 |