Daniel Gibbs hace 11 años
padre
commit
6b5034dc7d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      functions/fn_logs

+ 0 - 1
functions/fn_logs

@@ -29,7 +29,6 @@ if [ $(find "${scriptlogdir}"/* -mtime +${logdays}|wc -l) -ne "0" ]; then
 		find "${gamelogdir}"/* -mtime +${logdays}|tee >> "${scriptlog}"
 	fi
 	find "${scriptlogdir}"/* -mtime +${logdays}|tee >> "${scriptlog}"
-	if
 	if [ -n "${consolelog}" ]; then
 		find "${consolelogdir}"/* -mtime +${logdays}|tee >> "${scriptlog}"
 	fi