aports/testing/pdns-gui/pdns-gui.post-install
2011-04-08 05:38:13 -05:00

13 lines
412 B
Bash

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