1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-18 01:05:43 +02:00

fixed permission issues

This commit is contained in:
niiwiicamo 2024-10-24 15:22:41 +02:00
parent 744cdf22e8
commit 1d04581ce2
9 changed files with 9 additions and 6 deletions

View file

@ -1,2 +1,2 @@
foreground { echo "copying hooks to volume /hooks for use by certbot..." }
cp /data/hooks/* /hooks/
foreground { echo "(custom-hook-provider): Copying hooks to volume /hooks for use by certbot..." }
foreground { cp /data/hooks/auth-hook.sh /hooks/ }