Remove the .sgn file also. Otherwise the symlinks will break the signature
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 22 Jul 2008 00:15:38 +0000 (00:15 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 22 Jul 2008 00:15:38 +0000 (00:15 +0000)
build.sh

index 3febbbb..9c95561 100755 (executable)
--- 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 <<EOF