mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
remove quotes
This commit is contained in:
parent
513ffa266e
commit
99ab8e45ac
@ -2729,7 +2729,7 @@ fi
|
||||
deckydir="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDecky*"
|
||||
|
||||
# Check if either directory does not exist
|
||||
if [ ! -d "$deckydir" ]; then
|
||||
if [ ! -d $deckydir ]; then
|
||||
# Detach script from Steam process
|
||||
nohup sh -c 'sleep 10; /usr/bin/steam' &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user