diff options
author | Jan Huwald <jh@sotun.de> | 2012-04-27 20:51:09 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-04-27 20:51:09 (GMT) |
commit | b7b7cc6274b4f1e52e3ed29d1549e45f064df8d9 (patch) | |
tree | fc9bbb18fb6392e0db985d778876e70816494250 | |
parent | 614750fb6c71a24ecae331eaefb090956be114bf (diff) |
cgi-bin: fix typo in geolocation lock
-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 |