From 3442117329bd2555805bf4c12a732d9be6db6b1a Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 7 Apr 2015 12:12:59 -0700 Subject: [PATCH] Delete questionable logic in lib.cli - It hasn't worked since there was a typo in it that prevented it from doing the correct thing. Signed-off-by: Tom Eastep --- Shorewall-core/lib.cli | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index 9c6c945df..ced2a3d6a 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -4035,10 +4035,6 @@ shorewall_cli() { [ -n "${VARDIR:=/var/lib/$g_program}" ] - if [ ! -f ${VARDIR}/firewall ]; then - [ -f ${VARDIR}/.restore ] && cp -f ${VARDIR}/.restore ${VARDIR}/firewall - fi - g_firewall=${VARDIR}/firewall version_file=${g_sharedir}/version