Removed Auto updater log in evernode log

This commit is contained in:
kithminisg
2024-02-15 14:28:15 +05:30
parent cd00d8712c
commit d95dfe85b4

View File

@@ -1401,9 +1401,6 @@ WantedBy=timers.target" >/etc/systemd/system/$EVERNODE_AUTO_UPDATE_SERVICE.timer
echo ""
echo "Message board log:"
sudo -u sashimbxrpl bash -c journalctl --user -u sashimono-mb-xrpl | tail -n 200
echo ""
echo "Auto updater service log:"
journalctl -u evernode-auto-update | tail -n 200
} >"$tempfile" 2>&1
echo "Evernode log saved to $tempfile"
}