From 0fc442bb050f658014a3403462be565d7bdcadfd Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Fri, 18 Feb 2011 17:22:36 +0100 Subject: [PATCH] two more echos where the output belongs into the sessionlog --- hetzner/hetznerbackupv2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hetzner/hetznerbackupv2.sh b/hetzner/hetznerbackupv2.sh index 294d4cf..2db8f92 100755 --- a/hetzner/hetznerbackupv2.sh +++ b/hetzner/hetznerbackupv2.sh @@ -68,10 +68,10 @@ fi ### Set the duplicity backup mode we would like to use if [[ $(LANG=C; date +%A) =~ Sunday ]]; then - echo "Runing in full mode" + echo "Runing in full mode" >> $SESSIONLOG BMODE="full" else - echo "Runing in incr mode" + echo "Runing in incr mode" >> $SESSIONLOG BMODE="incr" fi -- 2.39.2