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

Fix change_url

This commit is contained in:
yalh76 2022-03-02 22:28:57 +01:00
parent 92eedafb58
commit 6eed71a605

View file

@ -129,6 +129,9 @@ fi
#=================================================
ynh_script_progression --message="Updating a configuration file..."
domain=$new_domain
path_url=$new_path
ynh_add_config --template="../conf/pagure.cfg.sample" --destination="$final_path/pagure.cfg"
chmod 400 "$final_path/pagure.cfg"