Ignore env_vars check for decky

This commit is contained in:
sysmoon14 2024-02-14 09:28:15 +00:00 committed by GitHub
parent 7ac0d2aeb2
commit a184b4d07c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,8 +145,10 @@ if [ "$decky_plugin" = true ]; then
echo "Python script ran. Continuing with the script..."
else
# If the env_vars file does not exist, exit the script
echo "Decky Plugin argument set but env_vars file not found. Exiting the script."
exit 0
# echo "Decky Plugin argument set but env_vars file not found. Exiting the script."
python3 $python_script_path
echo "Python script ran. Continuing with the script..."
# exit 0
fi
else
# If the Decky Plugin argument is not set, continue with the script