fixed delete cmd
This commit is contained in:
@ -21,6 +21,7 @@ void Delete::deleteDrive(Drive* drive)
|
||||
#ifndef DRYRUN
|
||||
string sCMD = ("wipefs -af ");
|
||||
sCMD.append(drive->getPath());
|
||||
sCMD.append("*");
|
||||
#endif
|
||||
|
||||
#ifdef DRYRUN
|
||||
|
Reference in New Issue
Block a user