do not chmod

This commit is contained in:
Dominik Chilla 2021-07-26 20:28:49 +00:00
parent a07d28cd95
commit 0e60c1646c

View File

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