TT#42150 Fix typo in added in commit 66810f2c66

Change-Id: Iaa91c3a95ba824f1a3e5b99ddaa42645179afdc2
changes/96/22796/1
Marco Capetta 8 years ago
parent 66810f2c66
commit 94a19a4c54

@ -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}"

Loading…
Cancel
Save