Skip to content

Commit

Permalink
Match syntax from elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Jun 14, 2024
1 parent 324ed83 commit 951a752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd /chia-blockchain || exit 1
# shellcheck disable=SC1091
. ./activate

if [ "$manual_config" = "true" ]; then
if [[ ${manual_config} == "true" ]]; then
# Manual config mode skips everything below and lets you manage your config manually
exec "$@"
return
Expand Down

0 comments on commit 951a752

Please sign in to comment.