fix log collection
This commit is contained in:
parent
386d136d3c
commit
78290f44cc
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ in {
|
|||
|
||||
script = ''
|
||||
invocationId="$(systemctl show --value -p InvocationID misskey-backup.service)"
|
||||
logs="$(journalctl _SYSTEMD_INVOCATION_ID= -u misskey-backup.service)"
|
||||
logs="$(journalctl _SYSTEMD_INVOCATION_ID="$invocationId" -u misskey-backup.service)"
|
||||
|
||||
${notifyErrorPkg}/bin/notify-error "backup" "Misskey Backup Failure Notification" "$(cat <<EOMSG
|
||||
A backup process has failed. Logs to follow:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue