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