Fix tabs in ufw-docker

This commit is contained in:
Egor Panfilov 2021-11-04 03:44:00 +03:00 committed by Chai Feng
parent 97543811ea
commit e40bfd517c

View File

@ -31,7 +31,7 @@ function ufw-docker--list() {
if [[ -z "$NETWORK" ]]; then
NETWORK="[[:graph:]]*"
fi
ufw status numbered | grep "# allow ${INSTANCE_NAME}\\( ${INSTANCE_PORT}\\/${PROTO}\\)\\?\\( ${NETWORK}\\)\\?\$"
}
@ -437,9 +437,9 @@ case "$ufw_action" in
if [[ "$INSTANCE_PORT" = */udp ]]; then
PROTO=udp
fi
shift || true
NETWORK="${1:-}"
shift || true
NETWORK="${1:-}"
INSTANCE_PORT="${INSTANCE_PORT%/*}"