Hi,
I keep getting the following error when starting my SME 5.6u4:
./masq: line 263: syntax error near unexpected token .*//p')'
./masq: line 263: sed -n '3s/ .*//p')'
The line 263 is like this:
PFC=$(/sbin/iptables --table nat --numeric --list PortForwarding | sed -n '3s/ .*//p')
What is this error?
nimmer