diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 55a2bf2..3c9feeb 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -141,13 +141,13 @@ 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" + #PIPE_PATH="/tmp/NSLGameScanner_pipe" - if [[ ! -p $PIPE_PATH ]]; then - mkfifo $PIPE_PATH - fi + #if [[ ! -p $PIPE_PATH ]]; then + #mkfifo $PIPE_PATH + #fi - python3 $python_script_path > $PIPE_PATH + python3 $python_script_path #> #$PIPE_PATH echo "Python script ran. Continuing with the script..." else # If the env_vars file does not exist, exit the script