From 09f18cbb76408e508aaa9934ea454ed81dd36e05 Mon Sep 17 00:00:00 2001 From: Richard Sellam Date: Sun, 6 Sep 2015 18:02:54 +0200 Subject: fixed installation complete message --- debian/phabricator.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/phabricator.postinst b/debian/phabricator.postinst index 1321c9b..4d9077a 100755 --- a/debian/phabricator.postinst +++ b/debian/phabricator.postinst @@ -142,7 +142,7 @@ if ! dpkg-statoverride --list $local_disk_path >/dev/null 2>&1; then fi #DEBHELPER# -echo "Installation complete. You can now access Phabricator at http://$domain_name/." +echo "Installation complete. You can now access Phabricator at $(/usr/share/phabricator/bin/config get phabricator.base-uri | jq '.config[0].value')" exit 0 -- cgit v1.2.3