Fixed tee for real this time lol.
This commit is contained in:
parent
74b750c53b
commit
5a7ca7c8cb
@ -886,7 +886,7 @@ unset manualInstall
|
|||||||
|
|
||||||
# Set up logging
|
# Set up logging
|
||||||
echo -e "\n\n-----> Logging started at $(date '+%A, %B %d, %Y at %I:%M%p')\n" >> "${cache}/audiogame-manager.log"
|
echo -e "\n\n-----> Logging started at $(date '+%A, %B %d, %Y at %I:%M%p')\n" >> "${cache}/audiogame-manager.log"
|
||||||
exec &> >(command /usr/bin/tee -a "${cache}/audiogame-manager.log")
|
exec &> >(command tee -a "${cache}/audiogame-manager.log")
|
||||||
|
|
||||||
# The list of games available for installation.
|
# The list of games available for installation.
|
||||||
# Use menu friendly names.
|
# Use menu friendly names.
|
||||||
|
Loading…
Reference in New Issue
Block a user