fix(entrypoint): correct script definition
This commit is contained in:
parent
2b2ae98da5
commit
00d4e46319
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# Check if the environment variable GRAFANA_MODE is set
|
# Check if the environment variable GRAFANA_MODE is set
|
||||||
if [ -z "$GB_SEQUENCE" ]; then
|
if [ -z "$GB_SEQUENCE" ]; then
|
||||||
|
|
Loading…
Reference in a new issue