projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8746891
)
FIX: Don't run prereqs check on manual cleanup
author
Rafael dos Santos Silva
<xfalcox@gmail.com>
Fri, 28 Jul 2017 02:17:05 +0000
(23:17 -0300)
committer
Rafael dos Santos Silva
<xfalcox@gmail.com>
Fri, 28 Jul 2017 02:17:05 +0000
(23:17 -0300)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index d45ed8f5205927889c3c73afb1f262b21006e791..29fa014207b9d84638819cbbf51bdff8db8a882d 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-215,7
+215,7
@@
check_prereqs() {
}
-if [ -z "$SKIP_PREREQS" ] ; then
+if [ -z "$SKIP_PREREQS" ]
&& [ "$command" != "cleanup" ]
; then
check_prereqs
fi