From ba71359ac8af5bff1abeb4bfd52dd3061f97b612 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Wed, 22 Feb 2017 14:28:06 +0000 Subject: [PATCH] parameter "language" doesn't exist I looked at jenkins to see why the upgrade fails and noticed this language parameter in the upgrade script. There is no trace of this paramater in other scripts so I guess it is a copy/paste from another upgrade script ? :) --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4547608..506670d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -14,7 +14,6 @@ domain=$(ynh_app_setting_get "$app" domain) path=$(ynh_app_setting_get "$app" path) admin=$(ynh_app_setting_get "$app" admin) is_public=$(ynh_app_setting_get "$app" is_public) -language=$(ynh_app_setting_get "$app" language) # Remove trailing "/" for next commands path=${path%/}