mirror of https://schlomp.space/tastytea/hashboot
foreashadowing a feature
parent
0ca7bbb557
commit
9943977cd0
3
hashboot
3
hashboot
|
@ -121,6 +121,9 @@ then
|
||||||
if [ "$(grep -v ${MBR_TMP} ${DIGEST_FILE})" != "$(grep -v ${MBR_TMP} ${DIGEST_FILE_TMP})" ]
|
if [ "$(grep -v ${MBR_TMP} ${DIGEST_FILE})" != "$(grep -v ${MBR_TMP} ${DIGEST_FILE_TMP})" ]
|
||||||
then
|
then
|
||||||
echo "anything here, must be rewritten."
|
echo "anything here, must be rewritten."
|
||||||
|
#if interactive ask if rewrite einzeln?
|
||||||
|
echo "find out which one?"
|
||||||
|
#read z und so weiter..
|
||||||
fi
|
fi
|
||||||
mv ${DIGEST_FILE_TMP} ${DIGEST_FILE} || die 7
|
mv ${DIGEST_FILE_TMP} ${DIGEST_FILE} || die 7
|
||||||
echo "List of hashes written to ${DIGEST_FILE}"
|
echo "List of hashes written to ${DIGEST_FILE}"
|
||||||
|
|
Loading…
Reference in New Issue