summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorAndrew Moss <1043609+amoss@users.noreply.github.com>2020-03-19 19:43:53 +0100
committerGitHub <noreply@github.com>2020-03-19 19:43:53 +0100
commitd674d045474f39a2f8a9138b8da6a435e47e7a43 (patch)
treebacf5713ed16603e6f2aaeb2178f5b8c4f7f5774 /netdata-installer.sh
parent045a5af663c86edcf79e118a7215bff52ebf7224 (diff)
Fix the ACLK installation with the installer switch (#8443)
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 4b3f9bcb34..47eb75a081 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -280,7 +280,7 @@ while [ -n "${1}" ]; do
NETDATA_CONFIGURE_OPTIONS="${NETDATA_CONFIGURE_OPTIONS//--disable-cloud/} --disable-cloud"
;;
"--cloud-testing") # Temporary, until we flip the feature flag. Internal use only
- NETDATA_DISABLE_CLOUD=0
+ unset NETDATA_DISABLE_CLOUD
NETDATA_CONFIGURE_OPTIONS="${NETDATA_CONFIGURE_OPTIONS//--disable-cloud/} --enable-cloud"
;;
"--install")
@@ -472,6 +472,7 @@ copy_libmosquitto() {
bundle_libmosquitto() {
if [ -n "${NETDATA_DISABLE_CLOUD}" ]; then
+ echo "Skipping cloud"
return 0
fi