echo -n "generating new firewall table first time... "
else
@ -124,7 +125,10 @@ function prepare_nftables() {
if exist_command 'smbstatus';then
samba=true
fi
echo -n "generating new firewall table according to target=<${current_target}>, desktop=<$desktop>, samba=<$samba> ..."
if exist_command 'transmission-daemon';then
transmission_daemon=true
fi
echo -n "generating new firewall table according to target=<${current_target}>, desktop=<$desktop>, samba=<$samba>, transmission_daemon=<$transmission_daemon> ..."
else
echo -n "generating new firewall table according to target=<${current_target}>..."