mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
fixed the Live note
This commit is contained in:
parent
0d3f24a08b
commit
ab1591e0f8
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user