Skip to content

Commit

Permalink
bootmanager: detect system type, before checking other properties
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPawn committed Jan 11, 2023
1 parent eabddba commit 48aea82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootmanager/bootmanager
Original file line number Diff line number Diff line change
Expand Up @@ -2863,6 +2863,7 @@ error_description=""
error_code=0
case "$1" in
("is_supported")
system_type="$(get_system_type)"
is_dualboot_supported && rc=0 || rc=1
;;
("is_blocked")
Expand Down

0 comments on commit 48aea82

Please sign in to comment.