mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 05:45:28 +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
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue