Commit Graph

7 Commits

Author SHA1 Message Date
adamtoms
e135354d00
main .sh updated to resove two bugs
When running with only one cpu

Dell_iDRAC_fan_controller.sh: line 69: [: -gt: unary operator expected, resolved by adding double brackets.
113 split onto two lines to prevent 

Dell_iDRAC_fan_controller.sh: line 113: printf: User static fan control profile (20%): invalid number 
changed %40s  to %s and split over two lines. Removed warning.
2022-10-23 20:10:22 +01:00
Tigerblue77
19574dacee Added comment 2022-07-10 16:31:51 +02:00
tigerblue77
e7458fca33 Move the sleep to the beginning of the execution loop to ensure a more regular and punctual execution 2022-04-14 15:20:09 +02:00
tigerblue77
9cd6d37b6e Throw away ipmitool command's output to avoid new line in Docker logs 2022-04-14 15:17:13 +02:00
tigerblue77
ce84e2cbed Added gracefull exit function with trap of SIGQUIT, SIGTERM and SIGKILL 2022-04-13 13:53:37 +02:00
tigerblue77
fb9f175092 Docker logs display modified in table form to be more intuitive and synthetic 2022-04-13 12:50:35 +02:00
tigerblue77
37c1089fc5 Remove usage of CRONTAB 2022-04-12 18:55:39 +02:00