summaryrefslogtreecommitdiffstats
path: root/invoice
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-06-04 18:54:02 +0200
committerSebastian Reichel <sre@ring0.de>2012-06-04 18:54:02 +0200
commit4849db1dd49c8f4d33c5d622e36634e117f75aeb (patch)
tree875eb9c82269a75bc056b7a4a04d5018061771fc /invoice
parent8b07a6df6774c6235c56272ee3a055b8bc3dd863 (diff)
downloadserial-barcode-scanner-4849db1dd49c8f4d33c5d622e36634e117f75aeb.tar.bz2
send a backup mail daily
Diffstat (limited to 'invoice')
-rwxr-xr-xinvoice/generate-invoice.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/invoice/generate-invoice.py b/invoice/generate-invoice.py
index 4bcdddd..e414b5a 100755
--- a/invoice/generate-invoice.py
+++ b/invoice/generate-invoice.py
@@ -366,6 +366,7 @@ def weekly():
if sys.argv[1] == "daily":
daily()
+ backup()
elif sys.argv[1] == "weekly":
weekly()
elif sys.argv[1] == "monthly":