ACME script update.

This commit is contained in:
Johannes Findeisen 2024-07-02 19:22:51 +02:00
commit 4483e816d3

View file

@ -1,5 +1,7 @@
#!/bin/bash
mv /root/.acme.sh/acme.sh.log /root/.acme.sh/$(date +%s).log
acme.sh --cron --force --home /root/.acme.sh
for host in $(ls /etc/acme | tr '\n' ' '); do