20250113.1736802902
This commit is contained in:
parent
ba47a5917e
commit
d19e1afc8c
2 changed files with 4 additions and 1 deletions
|
@ -56,7 +56,6 @@ if [[ "$connection" = 0 ]]; then
|
|||
manual_geo
|
||||
else
|
||||
http_code=$(curl -H "Authorization: Basic ${GEO_SERVER_AUTH}" -s -o /dev/null -w "%{http_code}" "${GEO_SERVER_URL}?action=diary&type=get_geo")
|
||||
echo "$http_code"
|
||||
if [ "$http_code" -ne 200 ]; then
|
||||
echo "Connection problem...\n"
|
||||
manual_geo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue