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:
parent
c8a7c4f7f8
commit
77f8bbda34
1 changed files with 0 additions and 3 deletions
|
@ -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 ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue