Fix syntax error in ksmtuned.init
This commit is contained in:
parent
39f14e1c08
commit
b4ed0c8fed
@ -78,6 +78,7 @@ case "$1" in
|
||||
retune)
|
||||
kill -SIGUSR1 `cat ${pidfile}`
|
||||
RETVAL=$?
|
||||
;;
|
||||
*)
|
||||
echo $"Usage: $prog {start|stop|restart|condrestart|status|retune|help}"
|
||||
RETVAL=3
|
||||
|
Loading…
Reference in New Issue
Block a user