1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/psitransfer_ynh.git synced 2024-09-03 20:16:06 +02:00

Update change_url

This commit is contained in:
yalh76 2022-03-28 18:01:01 +02:00
parent 496e7bb460
commit 15e7bb681c

View file

@ -113,6 +113,9 @@ fi
#================================================= #=================================================
ynh_script_progression --message="Updating a configuration file..." ynh_script_progression --message="Updating a configuration file..."
domain=$new_domain
path_url=$new_path
ynh_add_config --template="../conf/config.production.js" --destination="$final_path/config.production.js" ynh_add_config --template="../conf/config.production.js" --destination="$final_path/config.production.js"
chmod 400 "$final_path/config.production.js" chmod 400 "$final_path/config.production.js"