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:
parent
31bd53af85
commit
b1d01270bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue