diff options
author | Matt Smith <mcs@darkregion.net> | 2011-04-08 05:37:54 -0500 |
---|---|---|
committer | Matt Smith <mcs@darkregion.net> | 2011-04-08 05:38:13 -0500 |
commit | f716325f16fbabcc7586d67bc1aa4506a23754c7 (patch) | |
tree | 444b1981532a8e72669efba1017842c4beb3ede3 /testing/pdns-gui/pdns-gui.post-upgrade | |
parent | 06d067525070d325db98a4a95fedad6eb40f7060 (diff) | |
download | aports-f716325f16fbabcc7586d67bc1aa4506a23754c7.tar.bz2 aports-f716325f16fbabcc7586d67bc1aa4506a23754c7.tar.xz |
testing/pdns-gui: should work now
Diffstat (limited to 'testing/pdns-gui/pdns-gui.post-upgrade')
-rw-r--r-- | testing/pdns-gui/pdns-gui.post-upgrade | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/pdns-gui/pdns-gui.post-upgrade b/testing/pdns-gui/pdns-gui.post-upgrade index 2106e3860f..7d9922a5d1 100644 --- a/testing/pdns-gui/pdns-gui.post-upgrade +++ b/testing/pdns-gui/pdns-gui.post-upgrade @@ -1,6 +1,8 @@ #!/bin/sh -echo -e "\nTo finish upgrading pdns-gui, run the following script:" -echo -e "/var/www/pdns-gui/batch/upgrade.sh\n" +echo "*" >&2 +echo "* To finish upgrading pdns-gui, please run the following script:" >&2 +echo "* /usr/share/webapps/pdns-gui/batch/upgrade.sh" >&2 +echo "*" >&2 exit 0 |