From 1f41ecb9aeef7fc961363e885a7f1ab1a779b111 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Tue, 27 Feb 2024 07:01:14 -0800 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 837044e..901fffc 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -2725,7 +2725,7 @@ dir1="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDecky" dir2="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDeckytest-main" # Check if either directory does not exist -if [ ! -d "$dir1" ] || [ ! -d "$dir2" ]; then +if [ ! -d "$dir1" ] && [ ! -d "$dir2" ]; then # Detach script from Steam process nohup sh -c 'sleep 10; /usr/bin/steam' & @@ -2751,6 +2751,7 @@ fi + #Setup NSLGameScanner.service python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py"