changed lsof back

This commit is contained in:
Chris Pritchard 2020-07-15 22:06:19 +01:00
parent 4a33d3f25e
commit 68238c0112
No known key found for this signature in database
GPG Key ID: DDD5A2C4D11BC94B

View File

@ -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