an unexpected space

This commit is contained in:
Chai Feng 2018-10-06 06:38:56 +08:00
parent b20a989c24
commit eafd3b70f9
No known key found for this signature in database
GPG Key ID: 2DCD9A24E523FFD2

View File

@ -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[@]}"
} }