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

View File

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