Re-indenting ufw-docker--allow

This commit is contained in:
Chai Feng 2021-10-23 21:27:37 +08:00
parent afd62aa96b
commit 97543811ea

View File

@ -77,7 +77,6 @@ function ufw-docker--allow() {
if [[ -n "$NETWORK" ]] && [[ "$NETWORK" != "$INSTANCE_NETWORK" ]]; then
continue
fi
ufw-docker--add-rule "$INSTANCE_NAME" "$IP" "${PORT_PROTO%/*}" "${PORT_PROTO#*/}" "${INSTANCE_NETWORK}"
RETVAL="$?"
done