OpenMediaVault-Plugin-Developers / openmediavault-autoshutdown

OpenMediaVault plugin to provide frontend for autoshutdown script
37 stars 31 forks source link

Fix _check_loadaverage to stop octal conversion #72

Closed nrandon closed 4 years ago

nrandon commented 4 years ago

The _check_loadaverage is not working correctly as the printf can receive a loading zero which represent octal. To fix this we change the conversion to decimal and simplify the function. Fixes #64