mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Fixed check if file exists
This commit is contained in:
parent
f456fbbda7
commit
821fda1c47
|
@ -77,7 +77,7 @@ add_to_steam() {
|
|||
|
||||
local launcher="$steamsync_folder/${sanitized_name}.sh"
|
||||
|
||||
if [ ! -e $launcher ]; then
|
||||
if [ ! -e "$launcher" ]; then
|
||||
|
||||
log d "Creating desktop file: $launcher"
|
||||
|
||||
|
|
Loading…
Reference in a new issue