From: Saj Goonatilleke Date: Fri, 20 Sep 2019 07:43:02 +0000 (+1000) Subject: FIX: Pass through stdout when running interactively X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b54cb8ea342e299e65ab543e56f84fc76d4f4270;p=discourse_docker.git FIX: Pass through stdout when running interactively Follow up to commit 70aaf45. --- diff --git a/launcher b/launcher index 7fb6ea9..5cf4430 100755 --- 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