Skip to content

Commit

Permalink
updated ssh_dump_logs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 25, 2024
1 parent 32e9903 commit 0939219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/ssh_dump_logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ gunzip "log.$tstamp".*.txt.gz
echo
timestamp "Tarballing logs to logs.$tstamp.tar.gz"
echo
tar zxvf "logs.$tstamp.tar.gz" "log.$tstamp".*.txt
tar czvf "logs.$tstamp.tar.gz" "log.$tstamp".*.txt
echo
timestamp "Tarball ready: logs.$tstamp.tar.gz"
echo
Expand Down

0 comments on commit 0939219

Please sign in to comment.