1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Merge pull request #25 from polytan02/patch-1

parameter "language" doesn't exist
This commit is contained in:
Titus PiJean 2017-02-22 16:03:20 +01:00 committed by GitHub
commit 927fb76771

View file

@ -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%/}