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(){
fi
}
if [[ $SCRIPT_LOCATION_SET = "0" ]]; then
sync_geo_location
fi
sync_geo_location
if [ $CRAWL_METHOD == "login" ]; then
err "Authentification method is: username and passwort"
......@@ -192,4 +191,4 @@ fi
if [[ $SCRIPT_SYNC_HOSTNAME = "1" ]]; then
sync_hostname
fi
\ No newline at end of file
fi
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