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 -} 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"