From 1cd7fd772d81519c7b5876f51be785a3b88330b3 Mon Sep 17 00:00:00 2001 From: Chia-Ping Tsai Date: Mon, 3 Jan 2022 22:10:30 +0800 Subject: [PATCH] Replace "" by "" so as to pass arguments without quotes (#175) --- docker/start_astraea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/start_astraea.sh b/docker/start_astraea.sh index 22f7842c77..e86a66ed47 100755 --- a/docker/start_astraea.sh +++ b/docker/start_astraea.sh @@ -54,7 +54,7 @@ checkDocker generateDockerfile buildImageIfNeed if [[ -n "$1" ]]; then - runContainer "$@" + runContainer "$*" else runContainer "help" fi