Compare commits
No commits in common. "56b2221f48c0ad9e03f7f626b04ac16fcdcd0a93" and "ab7504ac5bb7e65cacb94f252faaab5e5268ff79" have entirely different histories.
56b2221f48
...
ab7504ac5b
@ -24,7 +24,7 @@ find . -type f -name "*.log" -exec rm -f {} \;
|
|||||||
/usr/bin/candump -l -t A can0 &
|
/usr/bin/candump -l -t A can0 &
|
||||||
|
|
||||||
|
|
||||||
# Find and delete .log.zip files older than one month
|
# Find and delete .log files older than one month
|
||||||
#
|
#
|
||||||
find . -type f -name "*.log.zip" -mtime +30 -exec rm -f {} \;
|
find . -type f -name "*.log.zip" -mtime +30 -exec rm -f {} \;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user