1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00

Fix upgrade when set-up at domain root

This commit is contained in:
Jimmy Monin 2017-01-08 14:24:58 +01:00
parent c8a7c4f7f8
commit 77f8bbda34

View file

@ -20,9 +20,6 @@ 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) language=$(ynh_app_setting_get "$app" language)
# Remove trailing "/" for next commands
path=${path%/}
# Download and extract application # Download and extract application
extract_application .. extract_application ..