From 88d05f44e08c9956cd7bcc3ffca5e8ffaf977d8c Mon Sep 17 00:00:00 2001 From: Eldwan Brianne Date: Mon, 15 Feb 2021 00:03:49 +0100 Subject: [PATCH] Fix typo ufw start deluge --- root/etc/deluge/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/etc/deluge/start.sh b/root/etc/deluge/start.sh index b25ab572c..8dcf17c82 100755 --- a/root/etc/deluge/start.sh +++ b/root/etc/deluge/start.sh @@ -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