From 2dc9e142ef80e02c185cf74f0f462e248db9a134 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 28 Jun 2023 17:10:07 +0200 Subject: [PATCH] Init: Shorten install-https.sh script #3509 Signed-off-by: Michael Mayer --- scripts/dist/install-https.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/dist/install-https.sh b/scripts/dist/install-https.sh index 8a47417d6..231a7eeec 100755 --- a/scripts/dist/install-https.sh +++ b/scripts/dist/install-https.sh @@ -62,5 +62,3 @@ chmod -R u=rwX,g=rX,o-rwx "$KEY_PATH" echo "Running 'update-ca-certificates'..." update-ca-certificates - -echo "Enjoy!" \ No newline at end of file