* fixed remove command issue

This commit is contained in:
Caner Candan 2010-08-24 11:22:06 +02:00
commit b21f90c75e

View file

@ -62,7 +62,7 @@ doFileSnapshot::doFileSnapshot(std::string dirname,
}
else if (!res && rmFiles)
{
s = std::string("/bin/rm ") + _dirname+ "/" + _filename + "*";
s = std::string("/bin/rm -f ") + _dirname+ "/" + _filename + "*";
}
else
{