From 4040719876f706f6609dec887c54c9faefa60fbc Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sun, 3 Mar 2019 22:15:44 +1100 Subject: [PATCH] volume --- docker/scripts/wipe-volume.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/scripts/wipe-volume.sh b/docker/scripts/wipe-volume.sh index 4d2f0cd..7dec2a3 100755 --- a/docker/scripts/wipe-volume.sh +++ b/docker/scripts/wipe-volume.sh @@ -6,6 +6,8 @@ export $($REPO_ROOT/docker/scripts/environment.sh) VOLUME_NAME=$1 VOLUME_PATH=$(printenv $VOLUME_NAME) +echo Wiping $VOLUME_NAME... + # Remove all files in the volume rather than removing the volume so that ownership permissions are preserved docker run \ --rm \