Sha256: dabcc30100a26195ed065fead12a3d933b2556fc46a3d9dce1376fc89de7ab9a
Contents?: true
Size: 250 Bytes
Versions: 18
Compression:
Stored size: 250 Bytes
Contents
#!/bin/bash if [ -z "$CONFIG_RELOAD_INTERVAL" ]; then # Just stop and do nothing read fi while true; do sleep $CONFIG_RELOAD_INTERVAL echo "Reloading config..." curl -s http://localhost:8888/reload?format=json -O /dev/null done
Version data entries
18 entries across 18 versions & 1 rubygems