mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 10:38:21 +04:00
'uvol list' was broken when introducing support for the hidden volumes. Fix that by not using 'continue' keyword to break the loop (as that lead to skipping 'json_select ..') and using if-clause instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>