Bugfix for SeLinux by Enno

master
Julian M. Kunkel 2018-07-12 19:33:08 +01:00
parent 0835191372
commit d46402ff7c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ mkdir -p $TARGET
ARGS="$@"
GID=$(id -g $USER)
OPT="-it --rm -v $PWD/../../:/data/"
OPT="-it --rm -v $PWD/../../:/data/:z"
ERROR=0
VERBOSE=0