diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-01 21:17:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-01 21:17:44 +0200 |
commit | 609f48ae486643ce7cccb9a34b83fc71b9e57a3b (patch) | |
tree | 56211bb9071ad020e369bd1afcfb2173dd8b18aa /install | |
parent | 183591d0e09272c0eadb2fc928370ccd965bfd91 (diff) | |
download | Ishtar-609f48ae486643ce7cccb9a34b83fc71b9e57a3b.tar.bz2 Ishtar-609f48ae486643ce7cccb9a34b83fc71b9e57a3b.zip |
Install script: variable fix
Diffstat (limited to 'install')
-rwxr-xr-x | install/ishtar-prepare-instance | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance index f35aa2b02..4ff469f69 100755 --- a/install/ishtar-prepare-instance +++ b/install/ishtar-prepare-instance @@ -247,7 +247,7 @@ EOF s|#DB_NAME#|$DB_NAME|g;\ s|#DATE#|$DATE|g;\ s|#NGINX_PORT#|$NGINX_PORT|g;\ - s|#INSTALL_PREFIX#|$INSTALL_PREFIX|g;\ + s|#INSTALL_PATH#|$INSTALL_PATH|g;\ s|#URL#|$URL|g;" \ "install/nginx.conf.template" > \ "$INSTANCE/nginx.conf" |