diff --git a/scripts/install b/scripts/install index 957b8d2..c48892a 100755 --- a/scripts/install +++ b/scripts/install @@ -79,7 +79,6 @@ ynh_add_config --template="../conf/motioneye.conf" --destination="$install_dir/m #================================================= # START SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"