Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Frew
Sympl
Commits
554f1048
Commit
554f1048
authored
Jan 23, 2012
by
Patrick J Cherry
Browse files
Fixed SSH_TTY test in symbiosis-updater so updates are now paused if not running under SSH.
parent
692b4d9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
updater/symbiosis-updater
View file @
554f1048
...
...
@@ -111,7 +111,7 @@ touch /var/tmp/update.packages
#
# Sleep a random amount of time, max ten minutes, unless running under sudo.
#
if
[
!
-z
"
$SSH_TTY
"
]
;
then
if
[
-z
"
$SSH_TTY
"
]
;
then
splay
=
$RANDOM
#
...
...
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