aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/03-boot.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bash/03-boot.bash')
-rw-r--r--bash/.bash/03-boot.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bash/03-boot.bash b/bash/.bash/03-boot.bash
index c821a28..333aaed 100644
--- a/bash/.bash/03-boot.bash
+++ b/bash/.bash/03-boot.bash
@@ -4,7 +4,7 @@
# startup scripts for systems
bat_check() {
- TEST=$(acpi | grep "Dis")
+ TEST=$(acpi | grep "Discharging" | grep -v "rate information")
if [[ $? -eq 0 ]]; then
echo "***********************************************************"