split up stderr and stoubt

This commit is contained in:
Roy 2024-03-13 04:23:32 -07:00 committed by GitHub
parent 8686f95977
commit d4b1388b51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ logged_in_home=$(eval echo "~${logged_in_user}")
download_dir="${logged_in_home}/Downloads/NonSteamLaunchersInstallation" download_dir="${logged_in_home}/Downloads/NonSteamLaunchersInstallation"
# Create a log file in the same directory as the desktop file/.sh file # Create a log file in the same directory as the desktop file/.sh file
exec >> "${logged_in_home}/Downloads/NonSteamLaunchers-install.log" 2>&1 exec 2>> "${logged_in_home}/Downloads/NonSteamLaunchers-install.log"
# Version number (major.minor) # Version number (major.minor)
version=v3.8.1 version=v3.8.1