diff options
Diffstat (limited to 'install/ishtar-prepare-instance')
-rwxr-xr-x | install/ishtar-prepare-instance | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance index d5470e502..bbdbd382b 100755 --- a/install/ishtar-prepare-instance +++ b/install/ishtar-prepare-instance @@ -181,6 +181,10 @@ EOF DB_PASSWORD=$(apg -a 0 -M ncl -n 1 -x 10 -m 10) fi + # dnsmasq + echo "* adding domain to local dnsmasq entry" + echo "address=/"$URL"/127.0.0.1" >> /etc/dnsmasq.d/ishtar + export PG_VERSION DB_HOST DB_PORT DB_PASSWORD DB_NAME POSTGIS_VERSION su postgres <<'EOF' echo " * Checking template_postgis" |