mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-02-07 10:25:23 -05:00
10 lines
413 B
Bash
Executable File
10 lines
413 B
Bash
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
echo "<------------------------------------------------->"
|
|
echo
|
|
echo "<------------------------------------------------->"
|
|
echo "cronjob running on $(date)"
|
|
echo "Running certbot renew"
|
|
certbot renew --non-interactive --config-dir /config/etc/letsencrypt --logs-dir /config/log/letsencrypt --work-dir /tmp/letsencrypt --config /config/etc/letsencrypt/cli.ini
|