summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSP2015-10-09 19:47:25 +0000
committerSP2015-10-09 19:47:25 +0000
commit80cd72eabd9dff1ee19952b0ae34ea6d5f75205f (patch)
tree70f3158027ab67fa0d48beb8781fd05c29830929
parent0d5aae9c9157304a5cc0f8e415207197aa04d8b0 (diff)
downloadaur-80cd72eabd9dff1ee19952b0ae34ea6d5f75205f.tar.gz
calling hostname function instead of HOST variable
-rw-r--r--portal.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal.install b/portal.install
index 2a8853332d6c..092fdc85f929 100644
--- a/portal.install
+++ b/portal.install
@@ -1,5 +1,5 @@
post_install() {
- portal-postconf -d "$HOST"
+ portal-postconf -d $(hostname)
}
post_upgrade() {