Compare commits

...

2 commits

Author SHA1 Message Date
5b27b844f1 Merge branch 'master' of git.xw3.org:hanez/home 2024-07-02 19:23:00 +02:00
18b30a8dfb ACME script update. 2024-07-02 19:22:51 +02:00

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