Add quotes to new argument

This commit is contained in:
Jon Cinque 2020-08-27 19:30:58 +02:00 committed by Michael Vines
parent 8c43a3da32
commit 0bbfd59540
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ up)
--publish 8900:8900 --publish 8900:8900
--publish 9900:9900 --publish 9900:9900
--tty --tty
--ulimit nofile=500000 --ulimit "nofile=500000"
--env "RUST_LOG=$RUST_LOG" --env "RUST_LOG=$RUST_LOG"
) )
if [[ -n $network ]]; then if [[ -n $network ]]; then