mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 21:07:58 +00:00
lsof should be correctly detected now
LSOF would be set everytime otherwise
This commit is contained in:
parent
5b7f875f3d
commit
e69795fe71
2
tomb
2
tomb
@ -810,7 +810,7 @@ _ensure_dependencies() {
|
|||||||
command -v wipe 1>/dev/null 2>/dev/null && WIPE=(wipe -f -s)
|
command -v wipe 1>/dev/null 2>/dev/null && WIPE=(wipe -f -s)
|
||||||
|
|
||||||
# Check for lsof for slamming tombs
|
# Check for lsof for slamming tombs
|
||||||
command -v lsof -h 1>/dev/null 2>/dev/null || LSOF=0
|
command -v lsof 1>/dev/null 2>/dev/null || LSOF=0
|
||||||
# Check for steghide
|
# Check for steghide
|
||||||
command -v steghide 1>/dev/null 2>/dev/null || STEGHIDE=0
|
command -v steghide 1>/dev/null 2>/dev/null || STEGHIDE=0
|
||||||
# Check for resize
|
# Check for resize
|
||||||
|
Loading…
Reference in New Issue
Block a user