]> git.sesse.net Git - backup.sh/commitdiff
Remove lockfile on successful ending (-:
authorroot <empty>
Thu, 26 Jul 2007 02:23:32 +0000 (02:23 +0000)
committerroot <empty>
Thu, 26 Jul 2007 02:23:32 +0000 (02:23 +0000)
backup.sh

index 0a4cb4ac2a61e7869b115fe1777974f3bd40f201..77c58dd2da58934158ba68ff548de6b4981445c8 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -260,5 +260,6 @@ wait
 echo "Current disk usage:"
 df -k $storagedir
 
+rm $LOCKFILE
 echo `date`": Backup run ended"