adding config support for password via shared file
This commit is contained in:
parent
0e429ecb8c
commit
12be452e56
5 changed files with 19 additions and 2 deletions
3
unlock
3
unlock
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue