diff options
| author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-01-12 21:13:58 +0100 |
|---|---|---|
| committer | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-01-12 21:13:58 +0100 |
| commit | 2baaffafdce32e13b23b14ae5e77dbbf78c26b44 (patch) | |
| tree | 3a6effc8958cec2514752caa43069782e52c32d0 | |
| parent | 9622cf0c39889cd32ed820f2c91ed5ab323a211b (diff) | |
| download | mastodon_ynh-2baaffafdce32e13b23b14ae5e77dbbf78c26b44.tar.gz mastodon_ynh-2baaffafdce32e13b23b14ae5e77dbbf78c26b44.tar.bz2 mastodon_ynh-2baaffafdce32e13b23b14ae5e77dbbf78c26b44.zip | |
fix linter
| -rw-r--r-- | scripts/upgrade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/upgrade b/scripts/upgrade index e770e63..e041939 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -66,9 +66,9 @@ ynh_abort_if_errors #================================================= ynh_script_progression --message="Stopping a systemd service..." --weight=1 -ynh_systemd_action --service_name=${app}-web --action="stop" --log_path=systemd --line_match="Stopped" -ynh_systemd_action --service_name=${app}-sidekiq --action="stop" --log_path=systemd --line_match="Stopped" -ynh_systemd_action --service_name=${app}-streaming --action="stop" --log_path=systemd --line_match="Stopped" +ynh_systemd_action --service_name=${app}-web --action="stop" --log_path=systemd +ynh_systemd_action --service_name=${app}-sidekiq --action="stop" --log_path=systemd +ynh_systemd_action --service_name=${app}-streaming --action="stop" --log_path=systemd #================================================= # ENSURE DOWNWARD COMPATIBILITY |
