mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Include auto updater logs in evernode log (#166)
This commit is contained in:
@@ -516,6 +516,9 @@ function create_log() {
|
||||
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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user