fix: Warning message for missing clock source (#1148)

This commit is contained in:
Kroese
2026-05-16 10:58:37 +02:00
committed by GitHub
parent 41fc0a6a10
commit 007bdc735d
+1 -1
View File
@@ -12,7 +12,7 @@ CLOCKSOURCE="tsc"
CLOCK="/sys/devices/system/clocksource/clocksource0/current_clocksource"
if [ ! -f "$CLOCK" ]; then
warn "file \"$CLOCK\" cannot not found?"
warn "file \"$CLOCK\" cannot be found?"
else
result=$(<"$CLOCK")
result="${result//[![:print:]]/}"