mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
1337c44026
'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>