mirror of https://schlomp.space/tastytea/hashboot
now!
parent
2454ca8b69
commit
a1e6e1326f
1
hashboot
1
hashboot
|
@ -143,6 +143,7 @@ then
|
||||||
tar -r -v -P -f $BACKUP_FILE $file
|
tar -r -v -P -f $BACKUP_FILE $file
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
mv ${DIGEST_FILE_TMP} ${DIGEST_FILE}
|
||||||
else
|
else
|
||||||
write_hashes $DIGEST_FILE
|
write_hashes $DIGEST_FILE
|
||||||
tar -cpPf ${BACKUP_FILE} ${MBR_TMP} /boot ${DIGEST_FILE} || die 7 "Error writing ${BACKUP_FILE}"
|
tar -cpPf ${BACKUP_FILE} ${MBR_TMP} /boot ${DIGEST_FILE} || die 7 "Error writing ${BACKUP_FILE}"
|
||||||
|
|
Loading…
Reference in New Issue