@@ -1343,7 +1343,7 @@ getdisk () {
getbattery () {
case "$os" in
"Linux")
if [ -d "/sys/class/power_supply/BAT0" ]; then
if [ -d "/sys/class/power_supply" ]; then
# Set the index to the battery number.
case "$battery_num" in
"all") battery_num="*" index=0 ;;
The note is not visible to the blocked user.