From 05071ca692416a29198e49890f3afd1a2cd136ea Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 15 Oct 2002 18:22:54 +0000 Subject: [PATCH] Remove some sillyness from the fallback script git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@302 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/fallback.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 369c2cc4f..75f123606 100755 --- a/Shorewall/fallback.sh +++ b/Shorewall/fallback.sh @@ -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