summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-05 03:47:37 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-05 03:47:37 +0200
commit3d2b9945f186b038aca6aa6a81e6ae59aee94421 (patch)
tree6509061da435b60906e3e5a84f930ca7df310ce3 /netdata-installer.sh
parent3165b0d08a2ae08d19dfd976748a6c6d11093227 (diff)
added missing quote
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 5b53edfb62..ef7a9c3a0a 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -273,7 +273,7 @@ do
done
# replace multiple spaces with a single space
-NETDATA_CONFIGURE_OPTIONS="${NETDATA_CONFIGURE_OPTIONS// / }
+NETDATA_CONFIGURE_OPTIONS="${NETDATA_CONFIGURE_OPTIONS// / }"
netdata_banner "real-time performance monitoring, done right!"
cat <<BANNER1