forked from extern/shorewall_code
Correct syntax error in init.sh
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
dee20c8d74
commit
c23deed3a7
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user