Explorar o código

double quotes

lrob %!s(int64=10) %!d(string=hai) anos
pai
achega
eff90db5f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/logs.sh

+ 1 - 1
functions/logs.sh

@@ -18,7 +18,7 @@ fi
 
 # For games not displaying a console, and having logs into their game folder
 if [ -n "${gamelogfile}" ]; then
-	if [ -n "$(find "${systemdir}" -name gamelog*.log)" ]; then
+	if [ -n "$(find "${systemdir}" -name "gamelog*.log")" ]; then
 		fn_printinfo "Moving game logs to ${gamelogdir}"
 		fn_scriptlog "Moving game logs to ${gamelogdir}"
 		echo -en "\n"