Fix typo in initd scripts
This commit is contained in:
@@ -78,7 +78,7 @@ case "$1" in
|
||||
do_start
|
||||
case "$?" in
|
||||
0|1) log_end_msg 0 || exit 0 ;;
|
||||
2) verblog_end_msg 1 || exit 1 ;;
|
||||
2) log_end_msg 1 || exit 1 ;;
|
||||
esac
|
||||
;;
|
||||
stop)
|
||||
|
Reference in New Issue
Block a user