Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Mar 5, 2024
1 parent ee5e560 commit 0889593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

if [[ $# -gt 1 ]]; then
if [[ $# -gt 0 ]]; then
exec "$@"
else
bash
Expand Down

0 comments on commit 0889593

Please sign in to comment.