From eb3a3820a10d5ecdffe07a8c507a15c6505dd323 Mon Sep 17 00:00:00 2001 From: Kithmini Gunawardhana Date: Fri, 16 Feb 2024 22:09:25 +0530 Subject: [PATCH] Removed log message in status command (#362) --- installer/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/setup.sh b/installer/setup.sh index 75a2325..e169f02 100755 --- a/installer/setup.sh +++ b/installer/setup.sh @@ -1434,7 +1434,7 @@ WantedBy=timers.target" >/etc/systemd/system/$EVERNODE_AUTO_UPDATE_SERVICE.timer generate_qrcode "$host_address" # Remove first line and print. - echo -e "\n${reg_info/$address_line/""}" + echo -e "\n${reg_info/$address_line/""}" | sed '/MB_CLI_SUCCESS/d' echo -e "NOTE: If the Host status is shown as inactive it will be marked as active after sending the next heartbeat.\n"