diff --git a/configurator/files/lib/ffnw/configurator/configurator.sh b/configurator/files/lib/ffnw/configurator/configurator.sh index a576d4b905e8d1b71e6c531ecc06de937410faab..364f205907e252a653b0ef63ebe41c2d08a49bef 100644 --- a/configurator/files/lib/ffnw/configurator/configurator.sh +++ b/configurator/files/lib/ffnw/configurator/configurator.sh @@ -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