From 744b5b30d67cb7abe7eba2c47c268feee56bb89a Mon Sep 17 00:00:00 2001 From: cbroad Date: Thu, 28 Jan 2021 00:07:40 -0600 Subject: [PATCH] Update statgen-setup docker system prune now includes force flag to bypass prompt. --- src/statgen-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statgen-setup b/src/statgen-setup index 6ec9e72..a96f628 100755 --- a/src/statgen-setup +++ b/src/statgen-setup @@ -162,7 +162,7 @@ import os fail_if(not os.geteuid() == 0, msg = 'This command is only meant for root user (eg, use ``sudo`` to run it)') bash: # claim unused resources - docker system prune + docker system prune -f stop_if(network_only) bash: docker stop $(docker ps -a -q) || true