fix renewal hooks

This commit is contained in:
ahgraber 2021-02-22 21:01:24 -05:00
parent fd1c4826eb
commit 613b82313b

View File

@ -59,6 +59,7 @@ ln -s /config/crontabs /etc/crontabs
chmod +x /config/deploy/* chmod +x /config/deploy/*
# Link /config/deploy # Link /config/deploy
echo "Linking /config/deploy -> /etc/letsencrypt/renewal-hooks/deploy ..." echo "Linking /config/deploy -> /etc/letsencrypt/renewal-hooks/deploy ..."
rm -rf /etc/letsencrypt/renewal-hooks
mkdir -p /etc/letsencrypt/renewal-hooks mkdir -p /etc/letsencrypt/renewal-hooks
ln -s /config/deploy /etc/letsencrypt/renewal-hooks ln -s /config/deploy /etc/letsencrypt/renewal-hooks