Skip to content

Commit

Permalink
Remove unnecessary rezip step since the zipped content was only read …
Browse files Browse the repository at this point in the history
…from not updated
  • Loading branch information
nicolemah99 committed Nov 4, 2024
1 parent fdf9df1 commit 6a43e7c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli_meter/scripts/update-message-files-timestamp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ for date_dir in "$BASE_DIR"/*; do
# Add event_timestamp to the message file
add_event_timestamp_to_message_file "$message_file" "$event_timestamp"

# Rezip the contents back into the original .zip file
(cd "$temp_dir" && zip -r -q "$zip_file" .)

# Clean up temporary directory
rm -rf "$temp_dir"
fi
Expand Down

0 comments on commit 6a43e7c

Please sign in to comment.