mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-10 13:38:32 +02:00
an unexpected space
This commit is contained in:
parent
b20a989c24
commit
eafd3b70f9
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ function ufw-docker--add-rule() {
|
||||||
err "Remove outdated rule."
|
err "Remove outdated rule."
|
||||||
ufw-docker--delete "$INSTANCE_NAME" "$PORT" "$PROTO"
|
ufw-docker--delete "$INSTANCE_NAME" "$PORT" "$PROTO"
|
||||||
fi
|
fi
|
||||||
echo " ${UFW_OPTS[@]}"
|
echo ufw "${UFW_OPTS[@]}"
|
||||||
ufw "${UFW_OPTS[@]}"
|
ufw "${UFW_OPTS[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue