mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
entrypoint needs bash to run env commands
This commit is contained in:
parent
0c874677cc
commit
992b603f94
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ -z "${TEST}" && "${TEST}" = "True" ]]
|
||||
then echo "starting test env"
|
||||
|
|
Loading…
Add table
Reference in a new issue