mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +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.