mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 22:06:00 +08:00
fix typo
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
820ac1d918
commit
4e67b82d46
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ fi
|
||||||
|
|
||||||
# Trust additional Cacerts, if the user provided $TRUSTED_CACERTS_DIR
|
# Trust additional Cacerts, if the user provided $TRUSTED_CACERTS_DIR
|
||||||
if [ -n "$TRUSTED_CACERTS_DIR" ]; then
|
if [ -n "$TRUSTED_CACERTS_DIR" ]; then
|
||||||
echo "User required to trust additional CA certificates, running 'update-ca-certificates."
|
echo "User required to trust additional CA certificates, running 'update-ca-certificates.'"
|
||||||
update-ca-certificates
|
update-ca-certificates
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue