mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-12-23 02:28:58 +00:00
Merge pull request #246 from Narrat/bug/slam
lsof should be correctly detected now
This commit is contained in:
commit
8832471170
2
tomb
2
tomb
@ -810,7 +810,7 @@ _ensure_dependencies() {
|
||||
command -v wipe 1>/dev/null 2>/dev/null && WIPE=(wipe -f -s)
|
||||
|
||||
# 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
|
||||
command -v steghide 1>/dev/null 2>/dev/null || STEGHIDE=0
|
||||
# Check for resize
|
||||
|
Loading…
Reference in New Issue
Block a user