Remove gratuitous use of '' around arguments
There's no need to use ' here, so remove it. This use causes no problems, but is a bad example.
This commit is contained in:
parent
df9e12ca3d
commit
6f6f0f286b
@ -229,7 +229,7 @@ notify 10 {
|
||||
match "system" "ACPI";
|
||||
match "subsystem" "Thermal";
|
||||
match "notify" "0xcc";
|
||||
action "logger -p kern.emerg 'WARNING: system temperature too high, shutting down soon!'";
|
||||
action "logger -p kern.emerg WARNING: system temperature too high, shutting down soon!";
|
||||
};
|
||||
|
||||
# User requested suspend, so perform preparation steps and then execute
|
||||
|
Loading…
Reference in New Issue
Block a user