From 9fc74b98ab1dc2a483acefde3ade71d5db0bc5bf Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 26 Feb 2015 14:25:54 +0100 Subject: [PATCH] [unison] clean tmp file on backup --- scripts/unison_backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/unison_backup.sh b/scripts/unison_backup.sh index f339df0..2852e4b 100755 --- a/scripts/unison_backup.sh +++ b/scripts/unison_backup.sh @@ -12,3 +12,5 @@ do echo $(more ${tmp_file}) fi done + +rm $tmp_file