fixed the Live note

This commit is contained in:
Roy 2024-02-01 21:22:56 -08:00 committed by GitHub
parent 0d3f24a08b
commit ab1591e0f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,7 +117,13 @@ env_vars="${logged_in_home}/.config/systemd/user/env_vars"
if [ -f "$env_vars" ]; then
echo "env_vars file found. Running the .py file."
live="and is LIVE."
else
echo "env_vars file not found. Not Running the .py file."
live="and is not LIVE."
fi
@ -146,6 +152,8 @@ 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
echo "Decky Plugin argument not set. Continuing with the script..." echo "Decky Plugin argument not set. Continuing with the script..."
python3 $python_script_path python3 $python_script_path
echo "env_vars file found. Running the .py file."
live="and is LIVE."
fi fi