mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-13 09:43:49 +02:00
Correct typo in prog.footer
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user