clr-boot-manager
clr-boot-manager copied to clipboard
"clr-boot-manager get-timeout" without "sudo" results in ERROR
Describe the bug
without "sudo":
clear@clr~ $ clr-boot-manager get-timeout
[ERROR] cbm (../src/bootman/sysconfig.c:L97): /dev/sda4: failed to create a new libblkid probe
with "sudo":
clear@clr-mx~ $ sudo clr-boot-manager get-timeout
Password:
No timeout is currently configured
Expected behavior If "sudo" is needed, then it should say so instead of the error.