From ff56c3a04df3a02a47ecd0645cb9bcc2909901be Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Sat, 17 Feb 2024 00:31:09 -0800 Subject: [PATCH] removed pipe --- NonSteamLaunchers.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 8b92a5a..97e1277 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -141,13 +141,7 @@ if [ "$decky_plugin" = true ]; then if [ -f "$env_vars" ]; then # If the env_vars file exists, run the .py file and continue with the script echo "Decky Plugin argument set and env_vars file found. Running the .py file..." - PIPE_PATH="/tmp/NSLGameScanner_pipe" - - if [[ ! -p $PIPE_PATH ]]; then - mkfifo $PIPE_PATH - fi - - python3 $python_script_path > $PIPE_PATH + python3 $python_script_path echo "Python script ran. Continuing with the script..." else # If the env_vars file does not exist, exit the script