mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
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 ? :)
This commit is contained in:
parent
84a7b51d41
commit
ba71359ac8
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ domain=$(ynh_app_setting_get "$app" domain)
|
||||||
path=$(ynh_app_setting_get "$app" path)
|
path=$(ynh_app_setting_get "$app" path)
|
||||||
admin=$(ynh_app_setting_get "$app" admin)
|
admin=$(ynh_app_setting_get "$app" admin)
|
||||||
is_public=$(ynh_app_setting_get "$app" is_public)
|
is_public=$(ynh_app_setting_get "$app" is_public)
|
||||||
language=$(ynh_app_setting_get "$app" language)
|
|
||||||
|
|
||||||
# Remove trailing "/" for next commands
|
# Remove trailing "/" for next commands
|
||||||
path=${path%/}
|
path=${path%/}
|
||||||
|
|
Loading…
Add table
Reference in a new issue