Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mad
concierge
Commits
c1e0939c
Commit
c1e0939c
authored
Aug 26, 2015
by
anthraxx
Browse files
nohup all the things so curl doesn't die on SIGHUP
parent
2b23591d
Changes
2
Hide whitespace changes
Inline
Side-by-side
lock
View file @
c1e0939c
...
...
@@ -10,7 +10,7 @@ echo "out" > /sys/class/gpio/gpio22/direction
sleep
0.5
echo
"Open Communication Channel..."
# Silent, Output to /dev/null, Timeout after 5s and retry 12 times, each doubling the waitingtime until ten minutes.
curl
-s
-o
/dev/null
-m
5
--connect-timeout
5
--retry
12
"https://hamburg.ccc.de/dooris/status.php?apikey=
${
password
}
&action=close"
&
nohup
curl
-s
-o
/dev/null
-m
5
--connect-timeout
5
--retry
12
"https://hamburg.ccc.de/dooris/status.php?apikey=
${
password
}
&action=close"
&
echo
"Locking Space..."
echo
"1"
>
/sys/class/gpio/gpio22/value
sleep
0.3
...
...
unlock
View file @
c1e0939c
...
...
@@ -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
"https://hamburg.ccc.de/dooris/status.php?apikey=
${
password
}
&action=open"
&
nohup
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment