Small style change

This commit is contained in:
Zach Dykstra 2020-02-25 10:08:29 -06:00
parent c99412ef78
commit 37af27ee7e
No known key found for this signature in database
GPG Key ID: 45E2FCC68EA2AC7B
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if [ $ret -gt 0 ]; then
emergency_shell "unable to successfully import a pool"
fi
else
if [ ${die_on_import_failure} -eq 1 ]; then
if [ $die_on_import_failure -eq 1 ]; then
emergency_shell "no pools available to import"
exit;
fi