#!/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