From 41c2e7aa0ab64fbdd351bd04a371d8c9ad1a04a2 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 26 Sep 2013 15:00:49 +0200 Subject: [PATCH] Remove calls to already removed Log function --- bin/backup-script | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/backup-script b/bin/backup-script index 5d3cb2d..3065f19 100755 --- a/bin/backup-script +++ b/bin/backup-script @@ -101,8 +101,6 @@ fi trap GotSignal SIGINT -Log "Started ..." - echo -n "Started: "; date echo @@ -110,7 +108,6 @@ echo # check and create PID file if [ -e "$PIDFILE" ]; then - Log "Lockfile \"$PIDFILE\" already exists. Aborting!" echo "Lockfile \"$PIDFILE\" already exists." echo "Is an other instance still running?" echo @@ -250,8 +247,6 @@ done sync -Log "Done: $count_all jobs, $count_started started, $count_ok completed without errors." - paths=$( echo $destinations | sed -e 's/ /\n/g' | sort | uniq ) if [ -n "$paths" ]; then df -h $paths -- 2.39.2