You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
if [ "$(echo "$json"| jq -r .status)"="success" ];then
13
+
LATITUDE=$(echo "$json"| jq .lat)
14
+
LONGITUDE=$(echo "$json"| jq .lon)
15
+
else
19
16
echo -e "\033[33mCouldn't set latitude and longitude automatically, you will need to do this manually from the web interface by navigating to Tools -> Settings -> Location.\033[0m"
0 commit comments