We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fff40 commit 3bf4956Copy full SHA for 3bf4956
verify.sh
@@ -463,9 +463,6 @@ if [ ! -f ${ENV_FILE} ]; then
463
ALLGOOD=0
464
else
465
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
469
fi
470
echo -e -n "${dim} - Container ($CONTAINER): "
471
RUNNING=$(docker inspect --format="{{.State.Running}}" $CONTAINER 2>/dev/null) || true
0 commit comments