mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 23:31:52 +01:00
added closing of pipe
This commit is contained in:
parent
4bb10f4d0e
commit
a17e72ea0d
@ -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
|
# 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
|
# Delete NonSteamLaunchersInstallation subfolder in Downloads folder
|
||||||
rm -rf "$download_dir"
|
rm -rf "$download_dir"
|
||||||
|
rm $pipe_path
|
||||||
|
Loading…
Reference in New Issue
Block a user