diff options
| author | eric_G <46165813+ericgaspar@users.noreply.github.com> | 2025-11-08 18:14:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-08 18:14:11 +0100 |
| commit | 67ac9c5f9c04ce932659e25b404453620c3718ba (patch) | |
| tree | 673eb524ee42215d2195c2ad74661bd1e39aad5c /scripts/restore | |
| parent | 29a382bb68ccffd0a1f9d013fa893b04eb5d73cd (diff) | |
| parent | 7c7f8f3331184f9e89f920857f9fda7653d3b8b6 (diff) | |
| download | mastodon_ynh-67ac9c5f9c04ce932659e25b404453620c3718ba.tar.gz mastodon_ynh-67ac9c5f9c04ce932659e25b404453620c3718ba.tar.bz2 mastodon_ynh-67ac9c5f9c04ce932659e25b404453620c3718ba.zip | |
Merge pull request #533 from YunoHost-Apps/testing
Testing
Diffstat (limited to 'scripts/restore')
| -rw-r--r-- | scripts/restore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/restore b/scripts/restore index 2491c12..5d3274c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -73,9 +73,9 @@ ynh_restore "/etc/logrotate.d/$app" #================================================= ynh_script_progression "Reloading NGINX web server and $app's service..." -ynh_systemctl --service=${app}-web --action="start" --log_path=/var/log/$app/$app-web.log --wait_until="Listening on" -ynh_systemctl --service=${app}-sidekiq --action="start" --log_path=/var/log/$app/$app-sidekiq.log --wait_until="Schedules Loaded" -ynh_systemctl --service=${app}-streaming --action="start" --log_path=/var/log/$app/$app-streaming.log --wait_until="Streaming API now listening" +ynh_systemctl --service=${app}-web --action="start" --log_path=/var/log/$app/$app-web.log #--wait_until="Listening on" +ynh_systemctl --service=${app}-sidekiq --action="start" --log_path=/var/log/$app/$app-sidekiq.log #--wait_until="Schedules Loaded" +ynh_systemctl --service=${app}-streaming --action="start" --log_path=/var/log/$app/$app-streaming.log #--wait_until="Streaming API now listening" ynh_systemctl --service=nginx --action=reload |
