summaryrefslogtreecommitdiffstats
path: root/testing/pdns-gui/pdns-gui.post-install
blob: 40eb23fb9425f44a382b86d46037784d5a1a585b (plain)
1
2
3
4
5
6
7
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