mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-20 10:52:44 +01:00
wrong bash test syntax
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user