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 #=================================================