Skip to content

Commit

Permalink
Replace "" by "" so as to pass arguments without quotes (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
chia7712 authored Jan 3, 2022
1 parent 7936c93 commit 1cd7fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/start_astraea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ checkDocker
generateDockerfile
buildImageIfNeed
if [[ -n "$1" ]]; then
runContainer "$@"
runContainer "$*"
else
runContainer "help"
fi

0 comments on commit 1cd7fd7

Please sign in to comment.