From b53c8846e508b31a02a2ec306873fefd1b7f9c4e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 15 Jun 2019 17:18:09 +0200 Subject: Install scripts: fix string escape for bash --- install/ishtar-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ishtar-install b/install/ishtar-install index 3193ffb79..fd1934db5 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -443,7 +443,7 @@ EOF cecho y "Installing postgresql" echo "" POSTGIS=postgresql-9.6-postgis-2.3 - ( set -x; $sh_c 'sleep 3; apt-get install -y -q postgresql $POSTGIS $POSTGIS-scripts postgresql-contrib-9.6' ) + ( set -x; $sh_c 'sleep 3; apt-get install -y -q postgresql '$POSTGIS' '$POSTGIS'-scripts postgresql-contrib-9.6' ) fi echo "-------------------------------------------------------------------------------"; cecho y "Installing Ishtar dependencies" -- cgit v1.2.3