From 44cc8b36e9b23721f3888ff6ea7ad7f24f0cca35 Mon Sep 17 00:00:00 2001 From: xor Date: Sun, 4 Oct 2015 21:29:03 +0200 Subject: [PATCH] improve the echo... ... .. .. . . --- hashboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hashboot b/hashboot index 261e505..355aa61 100755 --- a/hashboot +++ b/hashboot @@ -140,9 +140,9 @@ then #Compare actual hashes of /boot against saved hashes. if [ "$(grep -v ${MBR_TMP} ${DIGEST_FILE})" != "$(grep -v ${MBR_TMP} ${DIGEST_FILE_TMP})" ] then - [ -t "0" ] && echo "anything here, must be rewritten." + [ -t "0" ] && echo "mbr was faulty." #if interactive ask if rewrite einzeln? - [ -t "0" ] && echo "find out which one?" + [ -t "0" ] && echo "any file was faulty." #read z und so weiter.. fi mv ${DIGEST_FILE_TMP} ${DIGEST_FILE} || die 7