lrob 10 anni fa
parent
commit
5643546d19
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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