From f8322569309ac7e025015a1494f66b8db2e15beb Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 29 Aug 2023 07:55:09 +0200 Subject: [PATCH] Remove now useless comment in upgrade --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 07e01fc..16ea596 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -35,7 +35,6 @@ fi #================================================= # STOP SYSTEMD SERVICE #================================================= -# We stop the service first because the compatibility fixes might edit the configuration file of the app. ynh_script_progression --message="Stopping a systemd service..." ynh_systemd_action --service_name=$app --action=stop --log_path="systemd" --line_match="Ghost has shut down" --timeout=60