From 41b7694b12e7e8c720a04df930b02c8467f7da51 Mon Sep 17 00:00:00 2001 From: nemsia Date: Mon, 8 May 2017 12:08:35 +0200 Subject: [PATCH] [enh] Waiting start --- scripts/upgrade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index f19f3e7..ea548b9 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -65,6 +65,9 @@ COMMANDS # Restart Mastodon sudo systemctl start mastodon-*.service +# Waiting start all services +sleep 30 + # Reload Nginx sudo systemctl reload nginx