From 3cf36664284b7ed208f54b72416f93a16ace0c84 Mon Sep 17 00:00:00 2001 From: Jochen Welzel Date: Fri, 8 Jan 2021 07:59:46 +0100 Subject: [PATCH] add date on one echo --- libvirt-zsh-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-zsh-backup.sh b/libvirt-zsh-backup.sh index e3dae1a..c398aa7 100644 --- a/libvirt-zsh-backup.sh +++ b/libvirt-zsh-backup.sh @@ -75,7 +75,7 @@ then echo "VM snapshot creation failed" >&2 abortFunction else - echo "Snapshot created without --quiesce" + echo "$(date +%Y-%m-%d_%H:%M:%S): Snapshot created without --quiesce" fi fi