mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
When rebooting a Dokku host the init process tries to restore all apps using `dokku ps:restore`, alphabetically. If an app is defined but not deployed, the function `ps_start` called by `dokku ps:restore` will exit 0 and stop trying to restore the other apps later in the alphabet. This change fixes the restore behaviour.