Fix typo ufw start deluge

This commit is contained in:
Eldwan Brianne
2021-02-15 00:03:49 +01:00
parent 9064203812
commit 88d05f44e0

View File

@@ -55,8 +55,8 @@ fi
if [[ "${UFW_ALLOW_GW_NET,,}" == "true" ]]; then if [[ "${UFW_ALLOW_GW_NET,,}" == "true" ]]; then
log "Allow in and out from ${GW_CIDR}" log "Allow in and out from ${GW_CIDR}"
ufw allow in to ${GW_CIDR} ufw allow in from ${GW_CIDR}
ufw allow out to ${GW_CIDR} ufw allow out from ${GW_CIDR}
fi fi
if [[ -n "${LOCAL_NETWORK-}" ]]; then if [[ -n "${LOCAL_NETWORK-}" ]]; then