Fix: not returning properly when done selecting root

This commit is contained in:
natemaia 2020-05-14 21:25:14 -07:00
parent e6f3e606bd
commit 3c13a7d676

View File

@ -1355,6 +1355,7 @@ select_root()
if (( BTRFS == 2 )); then if (( BTRFS == 2 )); then
btrfs_subvols "$ROOT" || return 1 btrfs_subvols "$ROOT" || return 1
fi fi
return 0
fi fi
# should never reach here unless an error occurred # should never reach here unless an error occurred
ROOT='' ROOT=''