6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ "$ENABLE_ACME" = "1" ] ; then
|
|
/usr/bin/acme.sh --cron --home /acme
|
|
fi
|