Fix: not returning properly when done selecting root
This commit is contained in:
parent
e6f3e606bd
commit
3c13a7d676
@ -1355,6 +1355,7 @@ select_root()
|
||||
if (( BTRFS == 2 )); then
|
||||
btrfs_subvols "$ROOT" || return 1
|
||||
fi
|
||||
return 0
|
||||
fi
|
||||
# should never reach here unless an error occurred
|
||||
ROOT=''
|
||||
|
Reference in New Issue
Block a user