diff options
Diffstat (limited to 'files/common/www/service/cgi-bin/cfg_router.commit')
-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 e4f62b7..d251f2b 100644 --- a/files/common/www/service/cgi-bin/cfg_router.commit +++ b/files/common/www/service/cgi-bin/cfg_router.commit @@ -21,7 +21,7 @@ EOF if $auto && have_internet; then # geolocate may fail (e.g. if another instance was running or # the position could not be determined) - /sbin/geolocate || true + /usr/sbin/geolocate || true # close previously aquired lock exec 667>&- fi |