Skip to content

Commit

Permalink
fix: 修正一个错误的命令
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Nov 19, 2023
1 parent 2f92e8a commit 453e6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allinone/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
action="${1}"

if [[ "$action" == "bash" || "$action" == "sh" ]]; then
bash "${@}"
bash
exit 0
fi

Expand Down

0 comments on commit 453e6da

Please sign in to comment.