trying wildcard decky dir

This commit is contained in:
sysmoon14 2024-03-01 15:25:02 +00:00 committed by GitHub
parent 282b411633
commit 513ffa266e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2726,11 +2726,10 @@ fi
# Directories to be checked # Directories to be checked
dir1="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDecky" deckydir="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDecky*"
dir2="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDeckytest-main"
# Check if either directory does not exist # Check if either directory does not exist
if [ ! -d "$dir1" ] && [ ! -d "$dir2" ]; then if [ ! -d "$deckydir" ]; then
# Detach script from Steam process # Detach script from Steam process
nohup sh -c 'sleep 10; /usr/bin/steam' & nohup sh -c 'sleep 10; /usr/bin/steam' &