ownership

This commit is contained in:
Jackson Delahunt 2019-03-04 13:18:51 +11:00
parent 6edfc1e1d5
commit db08e0d5eb

View file

@ -3,7 +3,7 @@ REPO_ROOT=$(dirname $(readlink -f $0))/../..
# Export desktop environment shell configuration
export $($REPO_ROOT/docker/scripts/environment.sh)
SECRETS_VOLUMES=$(cat $REPO_ROOT/docker/scripts/clean*.sh | grep DESKTOP_ | cut -f 2 -d ' ' | sort | uniq)
SECRETS_VOLUMES=$(cat $REPO_ROOT/docker/scripts/clean*.sh | grep DESKTOP_ | grep -v SECRETS_ | cut -f 2 -d ' ' | sort | uniq)
for VOLUME_NAME in $SECRETS_VOLUMES; do