diff options
| author | yalh76 <yalh@yahoo.com> | 2020-12-21 21:13:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 21:13:23 +0100 |
| commit | 0bf67bb1f56306c96b17445f694e0957f3fbe87e (patch) | |
| tree | c05ad7ec6344257370cd931c3886f893b0586e6c /scripts/restore | |
| parent | 3b99dc9aabc73c433dfdde7371a85a270ae0d69b (diff) | |
| parent | b88b24c2d1b878fe04d6495052c5e0ef266f9061 (diff) | |
| download | mastodon_ynh-0bf67bb1f56306c96b17445f694e0957f3fbe87e.tar.gz mastodon_ynh-0bf67bb1f56306c96b17445f694e0957f3fbe87e.tar.bz2 mastodon_ynh-0bf67bb1f56306c96b17445f694e0957f3fbe87e.zip | |
Merge pull request #247 from YunoHost-Apps/fix-bundle
Fix bundle
Diffstat (limited to 'scripts/restore')
| -rw-r--r-- | scripts/restore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/restore b/scripts/restore index 513d924..84610eb 100644 --- a/scripts/restore +++ b/scripts/restore @@ -152,7 +152,7 @@ yunohost service add "$app-streaming" --description "$app streaming service" --l ynh_script_progression --message="Starting a systemd service..." ynh_systemd_action --service_name=${app}-web --action="start" --log_path=systemd --line_match="Listening on tcp" -ynh_systemd_action --service_name=${app}-sidekiq --action="start" --log_path=systemd --line_match="Starting processing" +ynh_systemd_action --service_name=${app}-sidekiq --action="start" --log_path=systemd --line_match="Schedules Loaded" ynh_systemd_action --service_name=${app}-streaming --action="start" --log_path=systemd --line_match="Worker 1 now listening" #================================================= |
