fix(entrypoint): correct script definition
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Tom Neuber 2024-12-07 02:37:27 +01:00
parent 2b2ae98da5
commit 00d4e46319
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Check if the environment variable GRAFANA_MODE is set
if [ -z "$GB_SEQUENCE" ]; then