forked from localhorst/reHDD
using now system utils instead bin_util
This commit is contained in:
@ -20,7 +20,7 @@ void Wipe::wipeDrive(Drive* drive)
|
||||
char* cLine = NULL; //found line
|
||||
|
||||
#ifndef DRYRUN
|
||||
string sCMD = ("./bin_util/shred -v ");
|
||||
string sCMD = ("shred -v ");
|
||||
sCMD.append(drive->getPath());
|
||||
#endif
|
||||
#ifdef DRYRUN
|
||||
|
Reference in New Issue
Block a user