Skip to content

Commit

Permalink
split up stderr and stoubt
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Mar 13, 2024
1 parent 8686f95 commit d4b1388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ logged_in_home=$(eval echo "~${logged_in_user}")
download_dir="${logged_in_home}/Downloads/NonSteamLaunchersInstallation"

# 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=v3.8.1
Expand Down

0 comments on commit d4b1388

Please sign in to comment.