diff --git a/logger.sh b/logger.sh index 7679083..40d1242 100644 --- a/logger.sh +++ b/logger.sh @@ -158,7 +158,7 @@ eq() { fileSize() { # Returns the file size in bytes even if it is on a mapped drive - optChar='f' + optChar='c' fmtString='%z' stat -$optChar "$fmtString" "$@" } @@ -457,4 +457,4 @@ logger_execute() { fi } -###EOF###logger.sh \ No newline at end of file +###EOF###logger.sh