mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Merge pull request #27 from YunoHost-Apps/testing
Wait for starting in upgrade script
This commit is contained in:
commit
59a2ef3c9a
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ mypads=$(ynh_app_setting_get $app mypads)
|
|||
# CHECK VERSION
|
||||
#=================================================
|
||||
|
||||
# Wait for etherpad fully started
|
||||
ynh_check_starting "You can access your Etherpad instance at" "/var/log/$app/etherpad.log" "120"
|
||||
|
||||
ynh_abort_if_up_to_date
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue