mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 05:30:07 -06:00
This was because code was testing for empty (blank) line like this: if (!$line) continue; but a line consisting of string "0" will also be skipped. Solution: get rid of that line, not needed anyway.
2.0 KiB
2.0 KiB