From b7b7cc6274b4f1e52e3ed29d1549e45f064df8d9 Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Fri, 27 Apr 2012 20:51:09 +0000 Subject: cgi-bin: fix typo in geolocation lock 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 -- cgit v0.10.1