4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/sh
|
|
|
|
[ -s etc/ssl/certs/ca-certificates.crt ] || rm -f /etc/ssl/certs/ca-certificates.crt
|