1
0
Fork 0
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:
Maniack Crudelis 2017-12-27 14:47:59 +01:00 committed by GitHub
commit 59a2ef3c9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,9 @@ mypads=$(ynh_app_setting_get $app mypads)
# CHECK VERSION # 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 ynh_abort_if_up_to_date
#================================================= #=================================================