Skip to content

Commit

Permalink
Fix typo ufw start deluge
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrianne committed Feb 14, 2021
1 parent 9064203 commit 88d05f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/etc/deluge/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ fi

if [[ "${UFW_ALLOW_GW_NET,,}" == "true" ]]; then
log "Allow in and out from ${GW_CIDR}"
ufw allow in to ${GW_CIDR}
ufw allow out to ${GW_CIDR}
ufw allow in from ${GW_CIDR}
ufw allow out from ${GW_CIDR}
fi

if [[ -n "${LOCAL_NETWORK-}" ]]; then
Expand Down

0 comments on commit 88d05f4

Please sign in to comment.