=================================================================== RCS file: /home/cvsd/home/cvs/scripts/shell/firewall/fw-universal.sh,v retrieving revision 2.60 retrieving revision 2.61 diff -u -p -r2.60 -r2.61 --- scripts/shell/firewall/fw-universal.sh 2009/01/17 01:09:03 2.60 +++ scripts/shell/firewall/fw-universal.sh 2009/01/17 01:16:43 2.61 @@ -9,7 +9,7 @@ # Licensed under terms of GNU General Public License. # All rights reserved. # -# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.59 2008-04-14 18:04:31 rajo Exp $ +# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.60 2009-01-17 01:09:03 nepto Exp $ # # Changelog: # 2003-10-24 - created @@ -156,7 +156,8 @@ load_cache() # restore IPtables rules $IPTABLES_RESTORE -c < $CACHE_FILE; - exit 0; + #echo "exit code $IPTABLES_RESTORE: $?" + [ $? -eq 0 ] && exit 0; # exit if load succesfull fi } # }}}