1
0
Fork 0
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:
OniriCorpe 2024-01-28 01:16:11 +01:00 committed by GitHub
parent 942d6df336
commit f6c09a2562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,17 @@ ynh_script_progression --message="Updating NGINX web server configuration..." --
ynh_change_url_nginx_config 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 # GENERIC FINALISATION
#================================================= #=================================================