From 18b30a8dfb8273e16e2f186da55836669398b65c Mon Sep 17 00:00:00 2001 From: hanez Date: Tue, 2 Jul 2024 19:22:51 +0200 Subject: [PATCH] ACME script update. --- bin/ac.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ac.sh b/bin/ac.sh index af32b09b..43b597a6 100755 --- a/bin/ac.sh +++ b/bin/ac.sh @@ -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