From 1670e729aa8bbb923e43618ee2d5336b12ba3cc5 Mon Sep 17 00:00:00 2001 From: Yalh Date: Thu, 24 Jan 2019 15:31:05 +0100 Subject: [PATCH] Adding time to let the service start --- scripts/install | 1 + scripts/restore | 1 + scripts/upgrade | 1 + 3 files changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 34b90a5..c444628 100755 --- a/scripts/install +++ b/scripts/install @@ -403,6 +403,7 @@ systemctl reload nginx #================================================= yunohost service start $app +sleep 10 #================================================= # SEND A README FOR THE ADMIN diff --git a/scripts/restore b/scripts/restore index 235f6ba..3886ffd 100755 --- a/scripts/restore +++ b/scripts/restore @@ -158,3 +158,4 @@ systemctl reload nginx #================================================= yunohost service start $app +sleep 10 diff --git a/scripts/upgrade b/scripts/upgrade index 23786da..f0054a7 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -256,3 +256,4 @@ systemctl reload nginx #================================================= yunohost service start $app +sleep 10 \ No newline at end of file