From f70a6a981ede3a6a658f27c71c86c8de6eaed18a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 28 Feb 2019 01:29:46 +0100 Subject: [PATCH] sleep 30 --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 0352c37..730e665 100644 --- a/scripts/install +++ b/scripts/install @@ -250,7 +250,7 @@ ynh_print_info "Reloading OnlyOffice..." supervisorctl stop all supervisorctl start all -sleep 10 +sleep 30 #================================================= # END OF SCRIPT diff --git a/scripts/restore b/scripts/restore index bfc5b50..975413d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -150,7 +150,7 @@ ynh_print_info "Reloading OnlyOffice..." supervisorctl stop all supervisorctl start all -sleep 10 +sleep 30 #================================================= # END OF SCRIPT diff --git a/scripts/upgrade b/scripts/upgrade index 85cf849..b153f64 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -158,7 +158,7 @@ ynh_print_info "Reloading OnlyOffice..." supervisorctl stop all supervisorctl start all -sleep 10 +sleep 30 #================================================= # END OF SCRIPT