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