fix typo
This commit is contained in:
parent
b6eb32559f
commit
1423d95f4f
@ -2,7 +2,7 @@
|
||||
|
||||
# smartmontools init file for smartd
|
||||
# Copyright (C) 2002-4 Bruce Allen <smartmontools-support@lists.sourceforge.net>
|
||||
# $Id: smartd.initd,v 1.9 2009/10/09 18:09:53 mhlavink Exp $
|
||||
# $Id: smartd.initd,v 1.10 2009/10/09 18:51:01 mhlavink Exp $
|
||||
|
||||
# For RedHat and cousins:
|
||||
# chkconfig: - 99 01
|
||||
@ -123,7 +123,7 @@ case "$1" in
|
||||
*)
|
||||
echo $"Usage: $0 {start|stop|restart|status|condrestart|try-restart|reload|force-reload|report}"
|
||||
RETVAL=2
|
||||
[ '$1' = 'usage' ] && RETVAL=0
|
||||
[ "$1" = 'usage' ] && RETVAL=0
|
||||
esac
|
||||
|
||||
exit $RETVAL
|
||||
|
Loading…
Reference in New Issue
Block a user