Correct syntax error in init.sh

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-03-26 07:04:21 -07:00
parent dee20c8d74
commit c23deed3a7

View File

@ -54,7 +54,7 @@ RCDLINKS="2,S41 3,S41 6,K41"
# Give Usage Information #
################################################################################
usage() {
echo "Usage: $0 start|stop|reload|restart|status" > &2
echo "Usage: $0 start|stop|reload|restart|status" >&2
exit 1
}