1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dispatch_ynh.git synced 2024-09-03 18:25:53 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-08 11:06:15 +02:00
parent 2e03bd33a7
commit 2dbfd29914

View file

@ -93,16 +93,6 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=3
# Create a dedicated nginx config
ynh_add_nginx_config
#=================================================
# SPECIFIC SETUP
#=================================================
# MODIFY A CONFIG FILE
#=================================================
# ynh_script_progression --message="Modifying a config file..." --weight=1
# mkdir "$final_path/.dispatch"
# ynh_add_config --template="../conf/config.default.toml" --destination="$final_path/.dispatch/config.toml"
#=================================================
# SETUP SYSTEMD
#=================================================