From 8e761c21112076f78b17243e7cb57999c20a48cc Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 19 Oct 2014 08:16:02 -0700 Subject: [PATCH] Remove debugging code from Shorewall-init installer Signed-off-by: Tom Eastep --- Shorewall-init/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index e016a3d39..23775e506 100755 --- a/Shorewall-init/install.sh +++ b/Shorewall-init/install.sh @@ -368,8 +368,6 @@ chmod 644 ${DESTDIR}${SHAREDIR}/shorewall-init/version # # Remove and create the symbolic link to the init script # -echo CONFDIR is $CONFDIR - if [ -z "$DESTDIR" ]; then rm -f ${SHAREDIR}/shorewall-init/init ln -s ${INITDIR}/${INITFILE} ${SHAREDIR}/shorewall-init/init