Browse Source

Fix the ACLK installation with the installer switch (#8443)

Andrew Moss 5 years ago
parent
commit
d674d04547
1 changed files with 2 additions and 1 deletions
  1. 2 1
      netdata-installer.sh

+ 2 - 1
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