On Thursday, 27 October 2016 4:02:18 PM AEDT Chung Kin Mong via luv-main wrote: > 482 $IPTABLES -A INPUT -i $EXTIF -s $UNIVERSE -d $EXTIP -m state --state \ > 483 ESTABLISHED,RELATED -j ACCEPT > error message; > Bad argument `state'
Try instead of running ./script.sh use "bash -x ./script.sh" this will show you what the script is doing and the commands that are run with variables expanded. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/ _______________________________________________ luv-main mailing list [email protected] https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main
