pentoo-updater: fix typo

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-04-26 15:42:09 -04:00
parent 9c72284f24
commit 333c48eae8
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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