mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Adding sleep after server reload
This commit is contained in:
parent
cc7787ce1e
commit
355b426638
3 changed files with 6 additions and 0 deletions
|
@ -171,6 +171,8 @@ ynh_script_progression --message="Reloading OnlyOffice..."
|
|||
|
||||
supervisorctl reload
|
||||
|
||||
sleep 30
|
||||
|
||||
#=================================================
|
||||
# REGENERATE FONTS
|
||||
#=================================================
|
||||
|
|
|
@ -131,6 +131,8 @@ ynh_script_progression --message="Reloading OnlyOffice..."
|
|||
|
||||
supervisorctl reload
|
||||
|
||||
sleep 30
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
#=================================================
|
||||
|
|
|
@ -183,6 +183,8 @@ ynh_script_progression --message="Reloading OnlyOffice..."
|
|||
|
||||
supervisorctl reload
|
||||
|
||||
sleep 30
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue