From f36843c1930bf787f37edc3ffedb4be397d734ed Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 8 Jun 2024 20:35:23 +0100 Subject: Added &>/dev/null to apk update line to stop warnings in /var/log/messages --- .config/yambar/scripts/chimera-updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yambar/scripts/chimera-updates.sh b/.config/yambar/scripts/chimera-updates.sh index 2a948ae..1cbc05d 100755 --- a/.config/yambar/scripts/chimera-updates.sh +++ b/.config/yambar/scripts/chimera-updates.sh @@ -6,7 +6,7 @@ echo "" while true; do -doas apk update +doas apk update &>/dev/null updates="$(apk -u list | awk '{ print $1 }')" number="$(apk -u list | wc -l | awk '{$1=$1};1')" -- cgit v1.2.3