switch api url to https

This commit is contained in:
anthraxx 2015-08-26 20:15:20 +02:00
commit 2b23591d8f
2 changed files with 2 additions and 2 deletions

2
unlock
View file

@ -9,7 +9,7 @@ echo "Securing Communication to Space Systems..."
echo "out" > /sys/class/gpio/gpio27/direction
sleep 0.5
echo "Open Communication Channel..."
curl -s -o /dev/null -m 5 --connect-timeout 5 --retry 12 "hamburg.ccc.de/dooris/status.php?apikey=${password}&action=open" &
curl -s -o /dev/null -m 5 --connect-timeout 5 --retry 12 "https://hamburg.ccc.de/dooris/status.php?apikey=${password}&action=open" &
echo "Unlocking Space..."
echo "1" > /sys/class/gpio/gpio27/value
sleep 0.3