diff --git a/scripts/restore b/scripts/restore index e584af3..cf61e9f 100644 --- a/scripts/restore +++ b/scripts/restore @@ -133,6 +133,8 @@ ynh_print_info "Reloading OnlyOffice..." ynh_systemd_action --service_name=supervisor --action=restart --line_match="INFO success: docservice entered RUNNING state" --log_path="systemd" +sleep 10 + #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 5ea385d..5a73fd1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -149,6 +149,8 @@ ynh_print_info "Reloading OnlyOffice..." ynh_systemd_action --service_name=supervisor --action=restart --line_match="INFO success: docservice entered RUNNING state" --log_path="systemd" +sleep 10 + #================================================= # END OF SCRIPT #=================================================