diff options
-rw-r--r-- | files/common/www/service/cgi-bin/cfg_router.commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/common/www/service/cgi-bin/cfg_router.commit b/files/common/www/service/cgi-bin/cfg_router.commit index 4af1da7..e4f62b7 100644 --- a/files/common/www/service/cgi-bin/cfg_router.commit +++ b/files/common/www/service/cgi-bin/cfg_router.commit @@ -70,7 +70,7 @@ while read key val; do # the same lock to close race cond; ignore # failure to lock (prefer to process the # request instead (-:) - exec 666>>/tmp/lock/geolocate + exec 667>>/tmp/lock/geolocate flock -n -x 667 || true else lazy 00 update_geo true true false |