Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix last-launch time query failure behavior
If for whatever reason there is a failure in the query or search for last-launch times, `$latest_launched` could be set to the current time. This will ultimately result in no instances being launched. Fix this by improved detection of an empty/null launch time in `${launchtimes[@]}`. Signed-off-by: Chris Evich <[email protected]>
- Loading branch information