From 9943977cd03a8e6da97d802bf13237b5f99efd3c Mon Sep 17 00:00:00 2001 From: xor Date: Sun, 4 Oct 2015 18:50:18 +0200 Subject: [PATCH] foreashadowing a feature --- hashboot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hashboot b/hashboot index 7ea5ac0..4aee37e 100755 --- a/hashboot +++ b/hashboot @@ -121,6 +121,9 @@ then if [ "$(grep -v ${MBR_TMP} ${DIGEST_FILE})" != "$(grep -v ${MBR_TMP} ${DIGEST_FILE_TMP})" ] then echo "anything here, must be rewritten." + #if interactive ask if rewrite einzeln? + echo "find out which one?" + #read z und so weiter.. fi mv ${DIGEST_FILE_TMP} ${DIGEST_FILE} || die 7 echo "List of hashes written to ${DIGEST_FILE}"