rechecked env_vars for now

This commit is contained in:
Roy 2024-02-14 23:54:24 -08:00 committed by GitHub
parent 350d243e28
commit a714084255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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