mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-15 12:08:26 +00:00
changed lsof back
This commit is contained in:
parent
4a33d3f25e
commit
68238c0112
@ -243,7 +243,7 @@ elif [[ ! -d "${PWD}" || ! -r "${PWD}" || ! -x "${PWD}" ]]; then
|
||||
cd /
|
||||
fi
|
||||
|
||||
lsof=$(which lsof)
|
||||
lsof=lsof
|
||||
if [ -x /usr/sbin/lsof ]; then
|
||||
lsof=/usr/sbin/lsof
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user