1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Update change_url

This commit is contained in:
yalh76 2022-10-05 20:34:34 +02:00
parent 41ab8d2929
commit 0dfab763bf

View file

@ -103,6 +103,8 @@ fi
#================================================= #=================================================
ynh_script_progression --message="Updating a configuration file..." --weight=1 ynh_script_progression --message="Updating a configuration file..." --weight=1
domain=$new_domain
path=$new_path
ynh_add_config --template="config.local.yunohost.php" --destination="$final_path/config.local.yunohost.php" ynh_add_config --template="config.local.yunohost.php" --destination="$final_path/config.local.yunohost.php"
#================================================= #=================================================