Adds https to url in weather
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user