mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 10:18:58 +02:00
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 #
|
# Give Usage Information #
|
||||||
################################################################################
|
################################################################################
|
||||||
usage() {
|
usage() {
|
||||||
echo "Usage: $0 start|stop|reload|restart|status" > &2
|
echo "Usage: $0 start|stop|reload|restart|status" >&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user