fixes for beta 0.2.0 #29
@ -21,6 +21,7 @@ void Delete::deleteDrive(Drive* drive)
|
|||||||
#ifndef DRYRUN
|
#ifndef DRYRUN
|
||||||
string sCMD = ("wipefs -af ");
|
string sCMD = ("wipefs -af ");
|
||||||
sCMD.append(drive->getPath());
|
sCMD.append(drive->getPath());
|
||||||
|
sCMD.append("*");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DRYRUN
|
#ifdef DRYRUN
|
||||||
|
Loading…
Reference in New Issue
Block a user