1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Wait for starting in upgrade script

This commit is contained in:
Maniack Crudelis 2017-12-27 14:47:27 +01:00
parent 011503a5b3
commit 21537a1747

View file

@ -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
#=================================================