From: Andrew DeFaria Date: Thu, 13 May 2021 17:51:14 +0000 (-0700) Subject: Removed $tmpfile X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=2db463a09a9f519492322d5e82f0c283b40bfef8;hp=c13c89fdf02d9946f58f2a6b4a7138d60bed9f70;p=clearscm.git Removed $tmpfile --- diff --git a/bin/update-system b/bin/update-system index f3ebd48..e589671 100755 --- a/bin/update-system +++ b/bin/update-system @@ -17,5 +17,7 @@ if [ $uptodate -ne 0 ]; then echo "$(date): Updated $HOSTNAME" >> $logfile else + rm $tmpfile + echo "$(date): No updates for $HOSTNAME" >> $logfile fi