From a0fd04da74b7e220cd6f70e5dd23f9f3008d4478 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 18 May 2021 03:46:48 +0200 Subject: [PATCH] typo --- scripts/install | 4 ++-- scripts/upgrade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 93000e8..a28a76b 100755 --- a/scripts/install +++ b/scripts/install @@ -78,9 +78,9 @@ ynh_script_progression --message="Configure NGINX" --weight=2 if [ $infcloud -eq 1 ] then # Add InfCloud in NGINX config - $inf_cloud="" + inf_cloud="" else - $inf_cloud="#INFCLOUD#" + inf_cloud="#INFCLOUD#" fi ynh_add_nginx_config diff --git a/scripts/upgrade b/scripts/upgrade index 562e354..6425621 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -162,9 +162,9 @@ then if [ $infcloud -eq 1 ] then # Add InfCloud in NGINX config - $inf_cloud="" + inf_cloud="" else - $inf_cloud="#INFCLOUD#" + inf_cloud="#INFCLOUD#" fi ynh_add_nginx_config fi