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
cb0191c9
Commit
cb0191c9
authored
Aug 26, 2015
by
anthraxx
Browse files
redirect nohup output to /dev/null
parent
c1e0939c
Changes
2
Hide whitespace changes
Inline
Side-by-side
lock
View file @
cb0191c9
...
...
@@ -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.
nohup
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"
>
/dev/null 2>&1
&
echo
"Locking Space..."
echo
"1"
>
/sys/class/gpio/gpio22/value
sleep
0.3
...
...
unlock
View file @
cb0191c9
...
...
@@ -9,7 +9,7 @@ echo "Securing Communication to Space Systems..."
echo
"out"
>
/sys/class/gpio/gpio27/direction
sleep
0.5
echo
"Open Communication Channel..."
nohup
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"
>
/dev/null 2>&1
&
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