Fix incorrect conditional for failures

This commit is contained in:
Joshua Boniface 2021-12-13 01:27:51 -05:00
parent e3f9ee8945
commit d015489a83
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ cleanup() {
echo "done."
echo
if [[ -n ${DONE} ]]; then
if [[ -z ${DONE} ]]; then
case ${install_option} in
on)
echo "A fatal error occurred; rebooting in 10 seconds."