diff --git a/scripts/install b/scripts/install index b639d73..7b44c7d 100644 --- a/scripts/install +++ b/scripts/install @@ -95,7 +95,7 @@ yunohost service add $app --description="Versatile web based messenger using IRC ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" +ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd" #================================================= # RELOAD NGINX diff --git a/scripts/remove b/scripts/remove index d9bdbca..024bea5 100644 --- a/scripts/remove +++ b/scripts/remove @@ -49,7 +49,7 @@ dpkg --remove kiwiirc #================================================= # REMOVE VARIOUS FILES #================================================= -ynh_script_progression --message="Removing various files..." --time --weight=1 +ynh_script_progression --message="Removing various files..." --weight=1 # Remove a cron file ynh_secure_remove --file="/etc/$app"