From 0a0f20c932ec76ad2a1e2e9ae6d5ee5c8be60bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 17 Dec 2023 15:16:23 +0100 Subject: [PATCH] Update install --- scripts/install | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/scripts/install b/scripts/install index 4c1d5da..be251a4 100755 --- a/scripts/install +++ b/scripts/install @@ -41,6 +41,7 @@ chown -R "$app:www-data" "$install_dir" # NGINX CONFIGURATION #================================================= ynh_script_progression --message="Configuring NGINX web server..." --weight=1 + ynh_add_nginx_config #================================================= @@ -75,21 +76,9 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1 # Create a dedicated systemd config ynh_add_systemd_config -#================================================= -# SETUP APPLICATION -#================================================= -ynh_script_progression --message="Configuring enDI..." --weight=1 - __ynh_endi_migratedb __ynh_endi_add_admin -#================================================= -# GENERIC FINALIZATION -#================================================= -# SETUP LOGROTATE -#================================================= -ynh_script_progression --message="Configuring log rotation..." --weight=1 - # Use logrotate to manage application logfile(s) ynh_use_logrotate