Add files via upload

This commit is contained in:
Roy 2024-02-10 17:18:51 -08:00 committed by GitHub
parent 642a508bd3
commit 2da00e8967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2737,9 +2737,7 @@ fi
# TODO: might be better to relocate temp files to `/tmp` or even use `mktemp -d` since `rm -rf` is potentially dangerous without the `-i` flag
# Delete NonSteamLaunchersInstallation subfolder in Downloads folder
rm -rf "$download_dir"
@ -2767,3 +2765,10 @@ echo "Starting the service..."
python3 $python_script_path
# TODO: might be better to relocate temp files to `/tmp` or even use `mktemp -d` since `rm -rf` is potentially dangerous without the `-i` flag
# Delete NonSteamLaunchersInstallation subfolder in Downloads folder
rm -rf "$download_dir"