From 4e67b82d463a4b4eaf0e3592efe680db453a7e0d Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 3 Nov 2022 15:08:07 +0100 Subject: [PATCH] fix typo Signed-off-by: szaimen --- Containers/nextcloud/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/start.sh b/Containers/nextcloud/start.sh index 8dcdb148..851096ab 100644 --- a/Containers/nextcloud/start.sh +++ b/Containers/nextcloud/start.sh @@ -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