mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-08-03 13:27:30 +03:00
Change output redirection to log file
Redirect all output to the log file using exec.
This commit is contained in:
@@ -95,8 +95,8 @@ if [[ -f $log_file ]]; then
|
||||
rm $log_file
|
||||
fi
|
||||
|
||||
# Redirect all output to the log file
|
||||
exec > >(tee -a "$log_file") 2>&1
|
||||
exec >> "$log_file" 2>&1
|
||||
|
||||
|
||||
# Version number (major.minor)
|
||||
version=v4.2.91
|
||||
|
||||
Reference in New Issue
Block a user