Correct typo in error message

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@278 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-10-01 23:01:34 +00:00
parent 73ae96bb64
commit 8ff1919657

View File

@ -3634,7 +3634,7 @@ delete_from_zone() # $1 = <interface>[:<hosts>] $2 = zone
validate_zone $zone || startup_error "Error: Unknown zone: $zone" validate_zone $zone || startup_error "Error: Unknown zone: $zone"
[ "$zone" = $FW ] && startup_error "Error: Can't remove $1 to firewall zone" [ "$zone" = $FW ] && startup_error "Error: Can't remove $1 from firewall zone"
[ -f ${STATEDIR}/chains ] || startup_error "Error: ${STATEDIR}/chains -- file not found" [ -f ${STATEDIR}/chains ] || startup_error "Error: ${STATEDIR}/chains -- file not found"
[ -f ${STATEDIR}/zones ] || startup_error "Error: ${STATEDIR}/zones -- file not found" [ -f ${STATEDIR}/zones ] || startup_error "Error: ${STATEDIR}/zones -- file not found"