Fix inject runtime env (#9421)
Script is using here-string <<< which is not supported by sh, using bash instead Also removing "sh" from the command to actually use the bash from the shebang
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
echo "Injecting runtime environment variables into index.html..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user