summaryrefslogtreecommitdiffstats
path: root/packaging/makeself
diff options
context:
space:
mode:
authorPaul Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-03-30 08:34:51 +0000
committerGitHub <noreply@github.com>2019-03-30 08:34:51 +0000
commitcad6bb3d23ed3c264034739f46ccd264c6dfca7e (patch)
tree83ef4f75c57412de6a823b6a09449c3263bc50e1 /packaging/makeself
parentef722086990b46fd35e89bb84367242d4e65f0de (diff)
netdata/packaging/makeself: no comment, i will be adding artifact emulation on the builds, not just make dist ^_^ (#5743)
Diffstat (limited to 'packaging/makeself')
-rwxr-xr-xpackaging/makeself/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/functions.sh b/packaging/makeself/functions.sh
index 6c68e5907e..a0b72223de 100755
--- a/packaging/makeself/functions.sh
+++ b/packaging/makeself/functions.sh
@@ -59,4 +59,4 @@ echo "NETDATA_INSTALL_PARENT=${NETDATA_INSTALL_PARENT}"
echo "NETDATA_INSTALL_PATH=${NETDATA_INSTALL_PATH}"
echo "NETDATA_MAKESELF_PATH=${NETDATA_MAKESELF_PATH}"
echo "NETDATA_SOURCE_PATH=${NETDATA_SOURCE_PATH}"
-echo "PROCESSORS=${SYSTEM_CPUS}"
+echo "PROCESSORS=$(find_processors)"