keycloak test script: use env to launch bash
This minor change allows users to use the latest version of `bash` on Mac OS. `/bin/bash` is very old on Mac OS, and many users will have `bash` from MacPorts or Homebrew. This change allows such users to be able to use the newer `bash` installation.
This commit is contained in:
parent
988e46c875
commit
fd83a0c743
@ -34,7 +34,7 @@ export function generateStartKeycloakTestingContainer(params: {
|
||||
pathJoin(keycloakThemeBuildingDirPath, generateStartKeycloakTestingContainer.basename),
|
||||
Buffer.from(
|
||||
[
|
||||
"#!/bin/bash",
|
||||
"#!/usr/bin/env bash",
|
||||
"",
|
||||
`docker rm ${containerName} || true`,
|
||||
"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user