From 52a5be61cb3b9e0b1262fe14966b42eef82a8fdf Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 22 Jul 2008 00:15:38 +0000 Subject: [PATCH] Remove the .sgn file also. Otherwise the symlinks will break the signature --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 3febbbb..9c95561 100755 --- a/build.sh +++ b/build.sh @@ -50,6 +50,7 @@ if [ -n "$NODEGROUP" ] ; then DEST_SCRIPT="${NODEGROUP}_bootmanager.sh" # Remove the old version or any sym links prior to re-writing rm -f ${DEST_SCRIPT} + rm -f ${DEST_SCRIPT}.sgn fi cat > $DEST_SCRIPT <