docker-ftps/rootfs/app/acme-cron.sh
paspo 962624e294
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build was killed
embedded cert.sh
2024-01-23 17:22:00 +01:00

6 lines
88 B
Bash
Executable File

#!/bin/sh
if [ "$ENABLE_ACME" = "1" ] ; then
/usr/bin/acme.sh --cron --home /acme
fi