Compare commits

...

1 Commits
0.0.7 ... dev

Author SHA1 Message Date
80c87e282b Some infos update 2024-05-07 02:23:49 +02:00

View File

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