From 0e383fd8f3ae8e3d4ef7abb8c548f93201f3feac Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 8 Jun 2025 14:47:07 +0100 Subject: Toggling geoffery with HTTP instead of MQTT --- switch-snmp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'switch-snmp') diff --git a/switch-snmp/Dockerfile b/switch-snmp/Dockerfile index d09e341..9e12d5e 100644 --- a/switch-snmp/Dockerfile +++ b/switch-snmp/Dockerfile @@ -12,6 +12,6 @@ RUN pip3 install -r requirements.txt RUN rm "privateMibs(20220831).zip" RUN echo "*/1 * * * * root python3 /app/switches.py > /proc/1/fd/1 2>/proc/1/fd/2" > /etc/crontab -RUN echo "*/1 * * * * root sh -c 'sleep 30 && python3 /app/switches.py' > /proc/1/fd/1 2>/proc/1/fd/2" >> /etc/crontab +# RUN echo "*/1 * * * * root sh -c 'sleep 30 && python3 /app/switches.py' > /proc/1/fd/1 2>/proc/1/fd/2" >> /etc/crontab ENTRYPOINT ["bash"] CMD ["entrypoint.sh"] -- cgit v1.2.3