Remove useless echo
This commit is contained in:
parent
662c7c6dd6
commit
4ced07c359
2
cbattery
2
cbattery
|
@ -135,7 +135,7 @@ runScript() {
|
|||
"status")
|
||||
case "$setting" in
|
||||
"charging") exit "$(get_smc_charging_hex)" ;;
|
||||
"cache") echo "$(get_cached_status)" ;;
|
||||
"cache") "$(get_cached_status)" ;;
|
||||
*) echo "Battery at $(get_battery_percentage)%, smc charging $(get_smc_charging_status)" ;;
|
||||
esac
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue