fix typo
This commit is contained in:
parent
410be50be3
commit
67a732d3f8
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ in {
|
|||
invocationId="$(systemctl show --value -p InvocationID misskey-backup.service)"
|
||||
logs="$(journalctl _SYSTEMD_INVOCATION_ID="$invocationId" -u misskey-backup.service)"
|
||||
|
||||
if [ "$SERVICE_RESULT" = "success"]; then
|
||||
if [ "$SERVICE_RESULT" = "success" ]; then
|
||||
${notifyEmailPkg}/bin/notify-email "backup" "SUCCESS: Misskey Backup Notification" "$(cat <<EOMSG
|
||||
A backup process has succeeded. Logs to follow:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue