Skip to content

Commit

Permalink
fix: add missing semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Jul 9, 2024
1 parent 4c575a4 commit 09b336f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usr/lib/rsetup/tui/hardware/hardware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ __check_service_status() {
;;
disabled)
checklist_add "$service" "OFF"
;;
esac
}

Expand Down

0 comments on commit 09b336f

Please sign in to comment.