simplify use of -e

This commit is contained in:
Michael Bradley, Jr 2018-07-24 17:18:25 -05:00
parent 2a36bee823
commit 48b854f7f1
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -82,7 +82,7 @@ run_embark_docker () {
-p 30301:30301/udp \
-p 30303:30303 \
-v ${EMBARK_DOCKER_MOUNT_SOURCE}:${EMBARK_DOCKER_MOUNT_TARGET} \
-e "TERM=${TERM}" \
-e TERM \
"${EMBARK_DOCKER_EXTRA_RUN_OPTS}" \
${EMBARK_DOCKER_IMAGE}:${EMBARK_DOCKER_TAG} \
"$@"