From b54cb8ea342e299e65ab543e56f84fc76d4f4270 Mon Sep 17 00:00:00 2001 From: Saj Goonatilleke Date: Fri, 20 Sep 2019 17:43:02 +1000 Subject: [PATCH] FIX: Pass through stdout when running interactively Follow up to commit 70aaf45. --- launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1