From 6b5034dc7d2e6d48433c80b8136c0cc4fbd94269 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 8 Feb 2015 15:02:48 +0000 Subject: [PATCH] removed if --- functions/fn_logs | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/fn_logs b/functions/fn_logs index 0913525ed..ce3c79a2a 100644 --- a/functions/fn_logs +++ b/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