mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-09 06:20:05 +01:00
Correct typo in prog.footer
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
bcb5d76c2f
commit
7d66b3e60f
@ -323,7 +323,7 @@ case "$COMMAND" in
|
|||||||
[ $# -eq 1 ] && exit 0
|
[ $# -eq 1 ] && exit 0
|
||||||
shift
|
shift
|
||||||
[ $# -ne 1 ] && usage 2
|
[ $# -ne 1 ] && usage 2
|
||||||
if shorewal_is_started; then
|
if shorewall_is_started; then
|
||||||
disable_provider $1
|
disable_provider $1
|
||||||
fi
|
fi
|
||||||
status=0
|
status=0
|
||||||
|
Loading…
Reference in New Issue
Block a user