3 lines
65 B
Bash
3 lines
65 B
Bash
#!/bin/sh
|
|
find /opt/blockbook/bch/logs -mtime +6 -type f -delete
|
#!/bin/sh
|
|
find /opt/blockbook/bch/logs -mtime +6 -type f -delete
|