Revert "Remove useless echo"

This reverts commit 4ced07c359.
This commit is contained in:
Santiago Lo Coco 2024-04-10 13:35:46 +02:00
parent 4ced07c359
commit 9204bc1c07
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ runScript() {
"status") "status")
case "$setting" in case "$setting" in
"charging") exit "$(get_smc_charging_hex)" ;; "charging") exit "$(get_smc_charging_hex)" ;;
"cache") "$(get_cached_status)" ;; "cache") echo "$(get_cached_status)" ;;
*) echo "Battery at $(get_battery_percentage)%, smc charging $(get_smc_charging_status)" ;; *) echo "Battery at $(get_battery_percentage)%, smc charging $(get_smc_charging_status)" ;;
esac esac
;; ;;