mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
Update Containers/talk/start.sh
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: michnovka <16553087+michnovka@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,6 @@ if mountpoint -q /usr/local/share/ca-certificates; then
|
||||
for cert in /usr/local/share/ca-certificates/*; do
|
||||
if [ -f "$cert" ]; then
|
||||
cat "$cert" >> /tmp/ca-certificates.crt
|
||||
echo " Added: $(basename "$cert")"
|
||||
fi
|
||||
done
|
||||
export SSL_CERT_FILE=/tmp/ca-certificates.crt
|
||||
|
||||
Reference in New Issue
Block a user