Browse Source

fix again

Jan Behrens 4 years ago
parent
commit
f9a506cf45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/docker-entrypoint.sh

+ 1 - 1
config/docker-entrypoint.sh

@@ -4,7 +4,7 @@
 
 POLL_INTERVAL=${POLL_INTERVAL:-60}
 
-if [ ${POLL_INTERVAL} gt 0 ]; then
+if [ ${POLL_INTERVAL} -gt 0 ]; then
     (
         while true; do
             [ -f poll_data.sh ] && echo "Polling data: $(date)" && ./poll_data.sh