@cryptotaxi247 / netdata-1 / commits / ff2697e73

Remove unnessecary `echo` call in updater. (#7783)

This was left over from testing, and I forgot to remove it before merging the changes needed to make the updater work for static installs.

Austin S. Hemmelgarn committed Jan 18, 2020 at 09:48 UTC ff2697e73a52a311a644737ace5c18a57bf15853
1 file changed -1
packaging/installer/netdata-updater.sh
-1
@@ -142,7 +142,6 @@ update() {
142 do_not_start="--dont-start-it"
143 fi
144
145 - echo "${REINSTALL_OPTIONS}"
145 info "Re-installing netdata..."
146 eval "./netdata-installer.sh ${REINSTALL_OPTIONS} --dont-wait ${do_not_start}" >&3 2>&3 || fatal "FAILED TO COMPILE/INSTALL NETDATA"
147