Some infos update

This commit is contained in:
MatMoul 2024-05-07 02:23:49 +02:00
parent 4922d1e369
commit 80c87e282b

View File

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