diff --git a/bin/sail b/bin/sail index 35ea341b..fbb34756 100755 --- a/bin/sail +++ b/bin/sail @@ -271,7 +271,7 @@ if [ $# -gt 0 ]; then docker-compose exec \ -u sail \ "$APP_SERVICE" \ - bash + bash "$@" else sail_is_not_running fi @@ -283,7 +283,7 @@ if [ $# -gt 0 ]; then if [ "$EXEC" == "yes" ]; then docker-compose exec \ "$APP_SERVICE" \ - bash + bash "$@" else sail_is_not_running fi