Alexandre
2023-10-08 11:44:38 +02:00
committed by GitHub
parent 83182e0e5e
commit 042004c4e5

View File

@@ -7,7 +7,7 @@ CONFIGSOURCE="/data"
# Use ssl
if [ -d /ssl ]; then
mkdir -p /cert
cp /ssl/* /cert 2>/dev/null
cp -r /ssl/* /cert
chown -R 508:508 /cert
fi