Compare commits

..

No commits in common. "dev" and "0.0.7" have entirely different histories.
dev ... 0.0.7

View File

@ -43,7 +43,7 @@ wipe_dev() {
echo "Begin wiping device ${1}"
echo ""
echo "Start date :"
echo "${STARTDATESTRING}"
echo "${STARTDATE}"
echo ""
echo "blkdiscard secure"
if ! blkdiscard -f -p 500M -s -v "${1}"; then