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

Fix variable in restore script

This commit is contained in:
Romain Garbage 2017-02-27 18:22:54 +02:00
parent 9f10b80ab7
commit 3d4a46cb0e

View file

@ -14,7 +14,7 @@ source /usr/share/yunohost/helpers
# Retrieve old app settings
domain=$(ynh_app_setting_get "$app" domain)
path_url=$(ynh_app_setting_get "$app" path_url)
path_url=$(ynh_app_setting_get "$app" path)
# Check domain/path availability
sudo yunohost app checkurl "${domain}${path_url}" -a "$app" \