remove quotes

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

View File

@ -2729,7 +2729,7 @@ fi
deckydir="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDecky*" deckydir="${logged_in_home}/homebrew/plugins/NonSteamLaunchersDecky*"
# Check if either directory does not exist # Check if either directory does not exist
if [ ! -d "$deckydir" ]; 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' &