aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/docker-cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker-cleanup.sh b/scripts/docker-cleanup.sh
index e7c7d1b..bb16ee4 100755
--- a/scripts/docker-cleanup.sh
+++ b/scripts/docker-cleanup.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -x
# delete all but the latest images
IMAGES=`docker image ls | grep \^osmocom-build | grep -v latest | awk -F ' ' '{print $1":"$2}'`