Skip to content
Snippets Groups Projects
Commit 114839bd authored by Eike B's avatar Eike B
Browse files

update coords always, even if coords already exist

parent 93a8e32a
No related branches found
No related tags found
No related merge requests found
...@@ -168,9 +168,8 @@ sync_geo_location(){ ...@@ -168,9 +168,8 @@ sync_geo_location(){
fi fi
} }
if [[ $SCRIPT_LOCATION_SET = "0" ]]; then
sync_geo_location sync_geo_location
fi
if [ $CRAWL_METHOD == "login" ]; then if [ $CRAWL_METHOD == "login" ]; then
err "Authentification method is: username and passwort" err "Authentification method is: username and passwort"
...@@ -192,4 +191,4 @@ fi ...@@ -192,4 +191,4 @@ fi
if [[ $SCRIPT_SYNC_HOSTNAME = "1" ]]; then if [[ $SCRIPT_SYNC_HOSTNAME = "1" ]]; then
sync_hostname sync_hostname
fi fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment