diff --git a/scripts/upgrade b/scripts/upgrade index bc1b244..d60c698 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 #=================================================