lrob 10 ani în urmă
părinte
comite
5643546d19
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      functions/logs.sh

+ 1 - 1
functions/logs.sh

@@ -22,7 +22,7 @@ if [ -n ${gamelogfile} ]; then
 		fn_printinfo "Moving game logs to ${gamelogdir}"
 		fn_scriptlog "Moving game logs to ${gamelogdir}"
 		echo -en "\n"
-		sleep1
+		sleep 1
 		mv "${systemdir}"/gamelog*.log "${gamelogdir}"
 	fi
 fi