home · contact · privacy
Do not set shell in init_user scripts as its absence alerts to not having run setup_s...
[config] / bin / renew_certs.sh
1 #!/bin/sh
2
3 service nginx stop
4 ~/letsencrypt/letsencrypt-auto renew
5 service nginx restart