summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall/ishtar-prepare-instance1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance
index bbdbd382b..d9467247b 100755
--- a/install/ishtar-prepare-instance
+++ b/install/ishtar-prepare-instance
@@ -184,6 +184,7 @@ EOF
# dnsmasq
echo "* adding domain to local dnsmasq entry"
echo "address=/"$URL"/127.0.0.1" >> /etc/dnsmasq.d/ishtar
+ systemctl restart dnsmasq
export PG_VERSION DB_HOST DB_PORT DB_PASSWORD DB_NAME POSTGIS_VERSION
su postgres <<'EOF'