Remove some sillyness from the fallback script

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@302 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-10-15 18:22:54 +00:00
parent 55069fda99
commit 05071ca692

View File

@ -49,9 +49,7 @@ restore_file() # $1 = file to restore
fi
}
if [ ! -f /usr/lib/shorewall/version-${VERSION}.bkout -a \
! -f /var/lib/shorewall/version-${VERSION}.bkout -a \
! -f /etc/shorewall/version-${VERSION}.bkout ]; then
if [ ! -f /usr/lib/shorewall/version-${VERSION}.bkout ]; then
echo "Shorewall Version $VERSION is not installed"
exit 1
fi