diff --git a/installer/setup.sh b/installer/setup.sh index 1b98f60..2b8467e 100755 --- a/installer/setup.sh +++ b/installer/setup.sh @@ -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" }