From bb70f2db54d6b23c9075f14e02c667621ce68102 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 3 Jun 2020 23:52:47 +0200 Subject: [PATCH] syntax error --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7f42ceb..fac5139 100755 --- a/scripts/install +++ b/scripts/install @@ -79,8 +79,8 @@ ynh_app_setting_delete --app=$app --key=skipped_uris ynh_script_progression --message="Configuring nginx web server..." --time --weight=1 # Modify Nginx configuration file and copy it to Nginx conf directory -ynh_replace_string --match_string="YNH_WWW_PATH" --replace_string="$path_url" --target_file="$final_path/nginx_conf" -ynh_replace_string --match_string='YNH_WWW_ALIAS' --replace_string='$final_path' --target_file="$final_path/nginx_conf" +ynh_replace_string --match_string="YNH_WWW_PATH" --replace_string="$path_url" --target_file="$final_path/nginx.conf" +ynh_replace_string --match_string='YNH_WWW_ALIAS' --replace_string='$final_path' --target_file="$final_path/nginx.conf" ### `ynh_add_nginx_config` will use the file conf/nginx.conf # Create a dedicated nginx config ynh_add_nginx_config