1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Fix change-url

This commit is contained in:
Josué Tille 2019-06-09 21:37:21 +02:00
parent 31bd53af85
commit b1d01270bd
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D

View file

@ -18,7 +18,7 @@ source ./_common.sh
ynh_script_progression --message="Loading installation settings..."
old_domain=$YNH_APP_OLD_DOMAIN
domain=$YNH_APP_NEW_DOMAIN
path_url=$(ynh_normalize_url_path $(ynh_app_setting_get --app $app --key path))
path_url=$(ynh_normalize_url_path $YNH_APP_NEW_PATH)
#=================================================
# STANDARD MODIFICATIONS