From 333c48eae8da8486c22ba9638ecc21d116a7a987 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 26 Apr 2021 15:42:09 -0400 Subject: [PATCH] pentoo-updater: fix typo --- scripts/pentoo-updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index 80645cfd6..ad2cd6556 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -17,7 +17,7 @@ fi #this is bash specific exec > >(tee -i /tmp/pentoo-updater.log) -exec 2> >(tee -i /tmp/pentoo-updater.log >& 2) +exec 2> >(tee -i /tmp/pentoo-updater.log >&2) #end bash specific WE_FAILED=0