We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb2bf0 commit 85b476bCopy full SHA for 85b476b
pwm-fan.sh
@@ -501,7 +501,7 @@ while getopts 'c:C:d:D:fF:hl:m:o:p:s:t:T:u:U:' OPT; do
501
THERMAL_CONTROLLER="$OPTARG"
502
if [[ ! "$THERMAL_CONTROLLER" =~ ^(logistic|pid)$ ]]; then
503
message "The value for the '-o' argument ($THERMAL_CONTROLLER) is invalid." 'ERROR'
504
- message "The thermal controller must be either \'logistic\' or \'pid\'." 'ERROR'
+ message "The thermal controller must be either 'logistic' or 'pid'." 'ERROR'
505
exit 1
506
fi
507
;;
0 commit comments