Removed log message in status command (#362)

This commit is contained in:
Kithmini Gunawardhana
2024-02-16 22:09:25 +05:30
committed by GitHub
parent f8108cafb3
commit eb3a3820a1

View File

@@ -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"