Skip to content

Commit

Permalink
trying wildcard decky dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sysmoon14 authored Mar 1, 2024
1 parent 282b411 commit 513ffa2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2726,11 +2726,10 @@ fi


# Directories to be checked
dir1="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDecky"
dir2="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDeckytest-main"
deckydir="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDecky*"

# Check if either directory does not exist
if [ ! -d "$dir1" ] && [ ! -d "$dir2" ]; then
if [ ! -d "$deckydir" ]; then
# Detach script from Steam process
nohup sh -c 'sleep 10; /usr/bin/steam' &

Expand Down

0 comments on commit 513ffa2

Please sign in to comment.