mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-11 20:01:56 +00:00
Fix for part one of GitHub issue #118
This commit is contained in:
@ -47,7 +47,7 @@ fi
|
|||||||
|
|
||||||
running=0
|
running=0
|
||||||
if [ "$pid" -gt 0 ]; then
|
if [ "$pid" -gt 0 ]; then
|
||||||
if [ -n "`ls -l /proc/$pid/exe | grep -F zerotier-one`" ]; then
|
if diff "/proc/$pid/exe" "$zthome/zerotier-one" >>/dev/null 2>&1; then
|
||||||
running=1
|
running=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user