mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Add sleep
This commit is contained in:
parent
b43c3e6f5c
commit
f484ed6930
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue