Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
singularity
Commits
f8bdb54e
Commit
f8bdb54e
authored
Nov 01, 2017
by
David Trudgian
Committed by
David Trudgian
Nov 03, 2017
Browse files
Spoil the lolcow fun :-(
parent
34618235
Changes
1
Hide whitespace changes
Inline
Side-by-side
libexec/cli/run.exec
View file @
f8bdb54e
...
...
@@ -57,12 +57,7 @@ if [ -z "${SINGULARITY_IMAGE:-}" ]; then
fi
if
[
-z
"
${
SINGULARITY_IMAGE
:-}
"
]
;
then
if
[
$((
RANDOM
%
10
))
!=
0
]
;
then
exec
"
$SINGULARITY_libexecdir
/singularity/cli/help.exec"
"
$SINGULARITY_COMMAND
"
else
message 1
" ***** COW SIGHTING! *****
\n
"
SINGULARITY_IMAGE
=
"shub://GodloveD/lolcow"
fi
exec
"
$SINGULARITY_libexecdir
/singularity/cli/help.exec"
"
$SINGULARITY_COMMAND
"
fi
if
[
-n
"
${
SINGULARITY_DAEMON_JOIN
:-}
"
]
;
then
...
...
Write
Preview
Markdown
is supported
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