Skip to content

Commit 3bf4956

Browse files
committed
Remove outdated Grafana settings warning from verification script
1 parent 44fff40 commit 3bf4956

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

verify.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,6 @@ if [ ! -f ${ENV_FILE} ]; then
463463
ALLGOOD=0
464464
else
465465
echo -e $GOOD
466-
if ! grep -q "yesoreyeram-boomtable-panel-1.5.0-alpha.3.zip" $ENV_FILE; then
467-
echo -e "${dim} - ${alertdim}WARNING: Your Grafana settings are outdated."
468-
fi
469466
fi
470467
echo -e -n "${dim} - Container ($CONTAINER): "
471468
RUNNING=$(docker inspect --format="{{.State.Running}}" $CONTAINER 2>/dev/null) || true

0 commit comments

Comments
 (0)