mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-16 01:28:51 +01:00
wrong bash test syntax
This commit is contained in:
parent
1b3716ff8c
commit
e88aaa1a8d
@ -25,7 +25,7 @@ while true; do
|
|||||||
ram_swap=$(printf "%.1f\n" $(free | grep Swap | awk '{print $3/$2 * 100.0}'))
|
ram_swap=$(printf "%.1f\n" $(free | grep Swap | awk '{print $3/$2 * 100.0}'))
|
||||||
|
|
||||||
# Notif
|
# Notif
|
||||||
if [ ${notif_dirty} == 1 ]]; then
|
if [ ${notif_dirty} -eq 1 ]; then
|
||||||
notif_clear
|
notif_clear
|
||||||
notif_dirty=0
|
notif_dirty=0
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user