mirror of
https://github.com/YunoHost-Apps/woodpecker_ynh.git
synced 2024-09-03 20:35:57 +02:00
fix app conf in change url script
This commit is contained in:
parent
942d6df336
commit
f6c09a2562
1 changed files with 11 additions and 0 deletions
|
@ -25,6 +25,17 @@ ynh_script_progression --message="Updating NGINX web server configuration..." --
|
|||
|
||||
ynh_change_url_nginx_config
|
||||
|
||||
#=================================================
|
||||
# MODIFY URL IN WOODPECKER CONF
|
||||
#=================================================
|
||||
ynh_script_progression --message="Updating configuration file..." --weight=1
|
||||
|
||||
path_no_trailing_slash=${path%/}
|
||||
|
||||
ynh_add_config --template="woodpecker-server.conf" --destination="$install_dir/woodpecker-server.conf"
|
||||
chmod 400 "$install_dir/woodpecker-server.conf"
|
||||
chown "$app:$app" "$install_dir/woodpecker-server.conf"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALISATION
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue