You've already forked greyhack
greyscript rm doesn't have -f
This commit is contained in:
@@ -103,7 +103,7 @@ for candidate in candidates
|
|||||||
end if
|
end if
|
||||||
print add + " " + value + " user:" + output + " privilege:" + priv
|
print add + " " + value + " user:" + output + " privilege:" + priv
|
||||||
// cleanup
|
// cleanup
|
||||||
oflow.launch "/bin/rm -f " + tmp_name
|
oflow.launch "/bin/rm " + tmp_name
|
||||||
found = 1
|
found = 1
|
||||||
end if
|
end if
|
||||||
end for
|
end for
|
||||||
|
|||||||
Reference in New Issue
Block a user