Skip to content

Commit

Permalink
Edit to fix incorrect comment in code
Browse files Browse the repository at this point in the history
  • Loading branch information
piyr9 committed Jun 5, 2024
1 parent fe83306 commit 62b0cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/tik/modules/pre/10-welcome
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ displayACWarningMsg() {
checkLaptop() {
chassis=`cat /sys/class/dmi/id/chassis_type`
#Test for respectively Handheld, Notebook, Laptop, and Portable
#if chassis variable does not match 8 9 10 or 11, which means it is not a mobile so exit function
#if chassis variable matches 8 9 10 or 11 function continues else it proceeds to test AC power and Battery
[[ "$chassis" =~ ^(8|9|10|11)$ ]] || return
#Tested machine is confirmed mobile
#Check for AC power connection
Expand Down

0 comments on commit 62b0cd7

Please sign in to comment.