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:
parent
92eedafb58
commit
6eed71a605
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue