adding config support for password via shared file

This commit is contained in:
anthraxx 2015-02-06 23:34:57 +01:00
commit 12be452e56
5 changed files with 19 additions and 2 deletions

3
unlock
View file

@ -1,4 +1,5 @@
#!/bin/sh
source shared
echo "Initializing Space Systems..."
echo "27" > /sys/class/gpio/unexport
@ -8,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=sesamaenderdich&action=open" &
curl -s -o /dev/null -m 5 --connect-timeout 5 --retry 12 "hamburg.ccc.de/dooris/status.php?apikey=${password}&action=open" &
echo "Unlocking Space..."
echo "1" > /sys/class/gpio/gpio27/value
sleep 0.3