From 88851c27541dc0ad69f2467d37724e206f25fccc Mon Sep 17 00:00:00 2001 From: frju365 Date: Fri, 3 Mar 2017 11:57:52 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ccb478a..fe7aa0f 100644 --- a/scripts/install +++ b/scripts/install @@ -136,8 +136,8 @@ sudo rm $final_path/install.php # NGINX CONFIGURATION #================================================= nginxconf="../conf/nginx.conf" -sed -i "s@YNH_WWW_PATH@$path_url@g" $nginx_conf -sed -i "s@YNH_WWW_ALIAS@$final_path@g" $nginx_conf +sed -i "s@YNH_WWW_PATH@$path_url@g" $nginxconf +sed -i "s@YNH_WWW_ALIAS@$final_path@g" $nginxconf sudo cp $nginxconf /etc/nginx/conf.d/$domain.d/$app.conf sudo chown root: $nginxconf sudo chmod 644 $nginxconf