fixed delete cmd

This commit is contained in:
2020-09-18 14:41:55 +02:00
parent 93a741fc6f
commit 35311d60d2

View File

@ -21,6 +21,7 @@ void Delete::deleteDrive(Drive* drive)
#ifndef DRYRUN
string sCMD = ("wipefs -af ");
sCMD.append(drive->getPath());
sCMD.append("*");
#endif
#ifdef DRYRUN