home · contact · privacy
w530 ansible: Ensure python3 is installed so i3status wrapper works.
[config] / bin / renew_certs.sh
1 #!/bin/sh
2
3 service nginx stop
4 ~/letsencrypt/letsencrypt-auto renew
5 service nginx restart