docker-ftps/rootfs/app/acme-cron.sh

6 lines
88 B
Bash
Raw Normal View History

2024-01-23 16:15:08 +00:00
#!/bin/sh
if [ "$ENABLE_ACME" = "1" ] ; then
/usr/bin/acme.sh --cron --home /acme
fi