Compare commits

..

No commits in common. "753c6c44e795505cdc06f166e201cfb89bcb97b7" and "a07d28cd955a280ceb6ae6827ab6547ab428f816" have entirely different histories.

View File

@ -63,6 +63,7 @@ if [ ! -z "${ACME_FQDNS+x}" ]; then
if [ ! -z "${RUN_DEHYDRATED}" ]; then if [ ! -z "${RUN_DEHYDRATED}" ]; then
/dehydrated/dehydrated --cron -t dns-01 -k /app/zwackl_hook.sh /dehydrated/dehydrated --cron -t dns-01 -k /app/zwackl_hook.sh
fi fi
chmod -R +x /dehydrated/certs
else else
echo "Directory /dehydrated not found!" echo "Directory /dehydrated not found!"
exit 1 exit 1