Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
picard
packages
Commits
6cb1e1d1
Commit
6cb1e1d1
authored
May 03, 2015
by
Eike B
Committed by
Jan-Tarek Butt
May 04, 2015
Browse files
update coords always, even if coords already exist
parent
8c0967fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
configurator/files/lib/ffnw/configurator/configurator.sh
View file @
6cb1e1d1
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment