From 5bc74c3f7575db2aa9413df44b2ee54a80ec1278 Mon Sep 17 00:00:00 2001 From: Akis Kesoglou Date: Mon, 17 Dec 2018 14:57:49 +0200 Subject: [PATCH 1/2] Print the proper path to root CA cert Change-type: patch --- scripts/quickstart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/quickstart b/scripts/quickstart index d07a8f7..c26cf0a 100755 --- a/scripts/quickstart +++ b/scripts/quickstart @@ -91,4 +91,4 @@ echo_bold "==> Success!" echo ' - Start the instance with: ./scripts/compose up -d' echo ' - Stop the instance with: ./scripts/compose stop' echo ' - To create the superuser, see: ./scripts/create-superuser -h' -echo " - Use the following certificate with Balena CLI: ${CONFIG_DIR}/root/ca.crt" +echo " - Use the following certificate with Balena CLI: ${CERTS_DIR}/root/ca.crt" From 254fd3b4993cc50d8a47da4c9e20acfee18f6053 Mon Sep 17 00:00:00 2001 From: Akis Kesoglou Date: Mon, 17 Dec 2018 14:58:07 +0200 Subject: [PATCH 2/2] Ignore package-lock.json Change-type: patch --- .gitignore | 1 + package-lock.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 package-lock.json diff --git a/.gitignore b/.gitignore index 0bc9c18..eebba67 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .vagrant/ config/ src/ +package-lock.json diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 48e341a..0000000 --- a/package-lock.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "lockfileVersion": 1 -}