transmission

This commit is contained in:
pvincent
2024-04-27 01:06:17 +04:00
parent 2a998e54f5
commit bb7094e424
+1 -1
View File
@@ -133,7 +133,7 @@ function prepare_nftables() {
echo -n "generating new firewall table according to target=<${current_target}>..."
fi
fi
sudo env target="$current_target" desktop="$desktop" samba="$samba" tera -e --env-only --env-key env -t "$MIAOU_BASEDIR/templates/nftables/firewall.table.j2" -o /etc/nftables.rules.d/firewall.table &>/dev/null
sudo env target="$current_target" desktop="$desktop" samba="$samba" transmission_daemon="$transmission_daemon" tera -e --env-only --env-key env -t "$MIAOU_BASEDIR/templates/nftables/firewall.table.j2" -o /etc/nftables.rules.d/firewall.table &>/dev/null
sudo systemctl reload nftables
PREFIX="" echoinfo "DONE"