From 2da00e896767c71a6f2c49306cc25de5646ee343 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Sat, 10 Feb 2024 17:18:51 -0800 Subject: [PATCH] Add files via upload --- NonSteamLaunchers.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 7ebf7d5..4a6e627 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -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"