Adds https to url in weather

This commit is contained in:
2019-06-25 14:12:13 +02:00
parent c915c7e54e
commit 20ff8248c0
2 changed files with 5 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ weather() {
}
main() {
wget -q --tries=10 --timeout=20 --spider tforgione.fr > /dev/null
wget -q --tries=10 --timeout=20 --spider https://tforgione.fr > /dev/null
net=$?
if [ "$1" == "startup" ]
then