From 74b750c53bc1e2c778e8938363234cbcb33d79db Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 24 Sep 2022 16:31:32 -0400 Subject: [PATCH] Small change to detect the utility tee if it is in a nonstandard location. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 7a562b0..e30aae1 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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.