diff options
| author | eric_G <46165813+ericgaspar@users.noreply.github.com> | 2024-01-13 14:19:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-13 14:19:26 +0100 |
| commit | 58750d7d40d28037b4803ebb94a981189a08a47d (patch) | |
| tree | 3a6effc8958cec2514752caa43069782e52c32d0 | |
| parent | 9622cf0c39889cd32ed820f2c91ed5ab323a211b (diff) | |
| parent | 2baaffafdce32e13b23b14ae5e77dbbf78c26b44 (diff) | |
| download | mastodon_ynh-58750d7d40d28037b4803ebb94a981189a08a47d.tar.gz mastodon_ynh-58750d7d40d28037b4803ebb94a981189a08a47d.tar.bz2 mastodon_ynh-58750d7d40d28037b4803ebb94a981189a08a47d.zip | |
Merge pull request #427 from YunoHost-Apps/fix-linter
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 |
