From c137af00de9a964549ec77799065546d524e4cfa Mon Sep 17 00:00:00 2001 From: Yalh Date: Tue, 29 Jan 2019 03:00:58 +0100 Subject: [PATCH] Fix install with package_check --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2545827..6a024c2 100644 --- a/scripts/install +++ b/scripts/install @@ -316,4 +316,5 @@ fi # RELOAD NGINX #================================================= -systemctl reload nginx \ No newline at end of file +systemctl reload nginx +sleep 10 \ No newline at end of file