From 415d627fcb94b435488c72c2f4c50e6066f35052 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 9 Jul 2023 11:28:34 +0200 Subject: [PATCH] cleaning + remove nginx --- scripts/install | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index e6836ca..c622825 100755 --- a/scripts/install +++ b/scripts/install @@ -33,16 +33,13 @@ popd #================================================= # SYSTEM CONFIGURATION #================================================= -ynh_script_progression --message="Adding system configurations related to $app..." --weight=1 - -ynh_add_nginx_config +ynh_script_progression --message="Adding peertube runner service $app..." --weight=1 # Create a dedicated systemd config ynh_add_systemd_config yunohost service add $app --description="Peertube remote runner" --log="/var/log/$app/$app.log" - #================================================= # APP INITIAL CONFIGURATION #=================================================