Merge pull request #196 from moraroy/main

bring WIP up to date with main
This commit is contained in:
sysmoon14 2024-02-09 10:11:56 +00:00 committed by GitHub
commit 650c7d8a0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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