fixes for beta 0.2.0 #29

Manually merged
localhorst merged 7 commits from develop into master 2020-09-21 21:51:03 +02:00
Showing only changes of commit 04f46bb9d6 - Show all commits

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