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

Update change_url

This commit is contained in:
yalh76 2022-04-24 20:58:51 +02:00
parent 93fef4cbb5
commit 3c102830fe

View file

@ -117,6 +117,8 @@ 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/secrets.yml" --destination="$final_path/config/secrets.yml" ynh_add_config --template="../conf/secrets.yml" --destination="$final_path/config/secrets.yml"
chmod 400 "$final_path/config/secrets.yml" chmod 400 "$final_path/config/secrets.yml"
chown $app:$app "$final_path/config/secrets.yml" chown $app:$app "$final_path/config/secrets.yml"