diff --git a/bin/check.sh b/bin/check.sh index e908eb32..e9d290fa 100755 --- a/bin/check.sh +++ b/bin/check.sh @@ -704,7 +704,7 @@ if ! "$SKIP_RUNSIPP" ; then if [ -d "${JSON_DIR}" ] ; then for i in "${JSON_DIR}"/*.json ; do json_size_before=$(stat -c%s "${i}") - moved_file="${LOG_DIR}\/$(printf "%04d.json" "$(basename "$i" .json)")" + moved_file="${LOG_DIR}/$(printf "%04d.json" "$(basename "$i" .json)")" expand -t1 "$i" > "${moved_file}" json_size_after=$(stat -c%s "${moved_file}") echo "$(date) - Moved file ${i} with size before: ${json_size_before} and after: ${json_size_after}"