From 55fa6357b30779c6a3d307a2e895cceabadcd0fe Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 19 Jun 2026 08:00:51 -0700 Subject: [PATCH] Fix updater output from showing up. --- rc_shared.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc_shared.sh b/rc_shared.sh index 68a578c..5dbb9dd 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -694,8 +694,8 @@ if [[ "$USER" != "root" ]]; then notify-send "$title" "$message" fi done - fi - ) >> "$HOME"/Reports/env-shared.log.txt 2>&1 & + fi >> "$HOME"/Reports/env-shared.log.txt 2>&1 & + ) fi