greyscript rm doesn't have -f

This commit is contained in:
2026-08-23 23:21:25 +02:00
parent 092cdb84bf
commit 521aeae656

View File

@@ -103,7 +103,7 @@ for candidate in candidates
end if
print add + " " + value + " user:" + output + " privilege:" + priv
// cleanup
oflow.launch "/bin/rm -f " + tmp_name
oflow.launch "/bin/rm " + tmp_name
found = 1
end if
end for