Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Use double-bracket test for battery status check
Switched to the more robust `[[ ... ]]` test construct from the traditional `[ ... ]` to prevent potential malformed conditions when checking the battery status in Bash.
- Loading branch information