added closing of pipe

This commit is contained in:
Roy 2024-03-13 10:44:33 -07:00 committed by GitHub
parent 4bb10f4d0e
commit a17e72ea0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2807,3 +2807,4 @@ 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"
rm $pipe_path