From d30b491d4c72f1950539f285da823a6e338cc565 Mon Sep 17 00:00:00 2001 From: frju365 Date: Fri, 3 Mar 2017 02:37:39 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2bd5454..679d182 100644 --- a/scripts/install +++ b/scripts/install @@ -141,7 +141,7 @@ if [ $path_url = "/" ]; then sed -i "s@YNH_WWW_ROOTAPP@/@g" ../conf/nginx.conf else sed -i "s@YNH_WWW_ROOTPATH@$path_url@g" ../conf/nginx.conf - sed -i "s@YNH_WWW_ROOTAPP@$path_url$path_url@g" ../conf/nginx.conf + sed -i "s@YNH_WWW_ROOTAPP@$path_url@g" ../conf/nginx.conf fi sed -i "s@YNH_WWW_PATH@$path_url@g" $nginxconf sed -i "s@YNH_WWW_FINALPATH@$final_path@g" $nginxconf