Fix incorrect conditional for failures
This commit is contained in:
parent
e3f9ee8945
commit
d015489a83
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue