using now system utils instead bin_util

This commit is contained in:
2020-05-03 18:00:05 +02:00
parent 760f08166e
commit 03cddcb17f
8 changed files with 32 additions and 5 deletions

View File

@ -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