Small change to detect the utility tee if it is in a nonstandard location.

This commit is contained in:
Storm Dragon 2022-09-24 16:31:32 -04:00
parent dc37c865ca
commit 74b750c53b

View File

@ -886,7 +886,7 @@ unset manualInstall
# Set up logging
echo -e "\n\n-----> Logging started at $(date '+%A, %B %d, %Y at %I:%M%p')\n" >> "${cache}/audiogame-manager.log"
exec &> >(/usr/bin/tee -a "${cache}/audiogame-manager.log")
exec &> >(command /usr/bin/tee -a "${cache}/audiogame-manager.log")
# The list of games available for installation.
# Use menu friendly names.