Merge pull request #376 from short-circuit/main

fix: use correct home folder for user
This commit is contained in:
Roy 2024-08-06 12:18:46 -07:00 committed by GitHub
commit 2ab856d64e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,8 @@ zenity --info --text="DBus session address: $DBUS_SESSION_BUS_ADDRESS" --no-sess
#Log
download_dir=/home/deck/Downloads/NonSteamLaunchersInstallation
log_file=/home/deck/Downloads/NonSteamLaunchers-install.log
download_dir=$(eval echo ~$user)/Downloads/NonSteamLaunchersInstallation
log_file=$(eval echo ~$user)/Downloads/NonSteamLaunchers-install.log
# Remove existing log file if it exists
if [[ -f $log_file ]]; then