Skip to content

Commit

Permalink
Merge pull request #30 from khaled-sadek/1.x
Browse files Browse the repository at this point in the history
add sail bash to Initiate a Bash shell within the application container
  • Loading branch information
taylorotwell authored Dec 24, 2020
2 parents 2ee5647 + ceef591 commit 98b2001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sail
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ if [ $# -gt 0 ]; then
fi

# Initiate a Bash shell within the application container...
elif [ "$1" == "shell" ]; then
elif [ "$1" == "shell" ] || [ "$1" == "bash" ]; then
shift 1

if [ "$EXEC" == "yes" ]; then
Expand Down

0 comments on commit 98b2001

Please sign in to comment.