We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 910c4b3 + 689565a commit 53e211aCopy full SHA for 53e211a
docker-entrypoint.sh
@@ -40,7 +40,7 @@ check_services () {
40
41
output="$output { \"channel\": \"$service\", \"value\": \"$state\" },"
42
done
43
- output="$output { \"channel\": \"updated\", \"value\": \"$(date +%s)\" } ] } }"
+ output="$output { \"channel\": \"updated\", \"value\": \"$(date +%s)\", \"showchart\": 0, \"showtable\": 0 } ] } }"
44
;;
45
46
*)
0 commit comments