disable procd_lock for procd

This commit is contained in:
coolsnowwolf 2018-04-23 19:14:51 +08:00
parent a9fe34a71f
commit 7376168374

View File

@ -61,7 +61,7 @@ _procd_call() {
}
_procd_wrapper() {
procd_lock
# procd_lock
while [ -n "$1" ]; do
eval "$1() { _procd_call _$1 \"\$@\"; }"
shift