Skip to content

Commit

Permalink
Update log-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
nsuma8989 authored Aug 30, 2023
1 parent dd4b695 commit 85479a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/log-collector
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tar -czvf logs.tar.gz "$dir"/*.log
echo "Logs compressed as logs.tar.gz"

# Clean up log files
rm -rf "$dir"/*.log
rm -rf "$dir"

echo "Script execution completed."

0 comments on commit 85479a7

Please sign in to comment.