mirror of
https://github.com/YunoHost-Apps/phpldapadmin_ynh.git
synced 2024-09-03 19:56:45 +02:00
add helper ynh_normalize_url_path to upgrade script
This commit is contained in:
parent
ecf4bc1792
commit
73212e7c0b
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ domain=$(ynh_app_setting_get "$app" domain)
|
|||
path=$(ynh_app_setting_get "$app" path)
|
||||
admin=$(ynh_app_setting_get "$app" admin)
|
||||
|
||||
# Remove trailing "/" for next commands
|
||||
path=${path%/}
|
||||
path=$(ynh_normalize_url_path $path)
|
||||
|
||||
# Copy files to the right place
|
||||
version=$(cat upstream_version)
|
||||
|
|
Loading…
Reference in a new issue