mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
trying wildcard decky dir
This commit is contained in:
parent
282b411633
commit
513ffa266e
@ -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' &
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user