Cleanup sh script
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
/usr/bin/env sleep $(($RANDOM % 3600));
|
sleep $(($RANDOM % 3600));
|
||||||
/opt/certbot/bin/pip install --upgrade certbot certbot-nginx certbot-dns-ovh
|
/opt/certbot/bin/pip install --upgrade certbot certbot-nginx certbot-dns-ovh
|
||||||
/usr/bin/env certbot renew --cert-name netoik.io
|
certbot renew --cert-name netoik.io
|
||||||
|
|||||||
Reference in New Issue
Block a user