Permit decimal value for the fan speed

This commit is contained in:
tigerblue77 2022-04-11 19:54:23 +02:00
parent d6499109d3
commit 8316bd1e2c
4 changed files with 21 additions and 9 deletions

View file

@ -25,5 +25,5 @@ RUN /usr/bin/crontab /etc/cron.d/fan-control
ENV IDRAC_HOST local
#ENV IDRAC_USER root
#ENV IDRAC_PW calvin
ENV FANSPEED 0x05
ENV FAN_SPEED 5
CMD /startup.sh && cron && tail -f /var/log/cron.log