We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d63e9 commit a65bbccCopy full SHA for a65bbcc
compile_stats.sh
@@ -9,6 +9,6 @@ rm -rf ${STAT_FOLDER}
9
mkdir -p ${STAT_FOLDER}
10
11
cp ${KANNEL_LOGS_FOLDER}/access.log* ${STAT_FOLDER}
12
-cd ${STAT_FOLDER} && bunzip *.gz && cat access.log* > all_access.log
+cd ${STAT_FOLDER} && gunzip *.gz && cat access.log* > all_access.log
13
14
${USAGE_SCRIPT} --html ${STAT_FOLDER}/all_access.log > ${OUTPUT_FILE}
0 commit comments