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:
70aaf45
)
FIX: Pass through stdout when running interactively
author
Saj Goonatilleke
<saj@discourse.org>
Fri, 20 Sep 2019 07:43:02 +0000
(17:43 +1000)
committer
Saj Goonatilleke
<saj@discourse.org>
Fri, 20 Sep 2019 07:47:21 +0000
(17:47 +1000)
Follow up to commit
70aaf45
.
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 7fb6ea9a1ee1fdb1311ac2bb73894cc02810793c..5cf4430b17a9d8b5179ac1f53e9e71b2b6f9a272 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-470,8
+470,8
@@
if [ -z $docker_path ]; then
fi
[ "$command" == "cleanup" ] && {
- $docker_path container prune --filter until=1h
>/dev/null
- $docker_path image prune --all --filter until=1h
>/dev/null
+ $docker_path container prune --filter until=1h
+ $docker_path image prune --all --filter until=1h
if [ -d /var/discourse/shared/standalone/postgres_data_old ]; then
echo