summaryrefslogtreecommitdiff
path: root/ausbutler-single.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-10-09 00:02:36 +0200
committeremkael <emkael@tlen.pl>2020-10-09 00:02:36 +0200
commitd01b92e81d64446799280c064eb8cebc84802cc6 (patch)
treed45ae01fdd547ff5f4ee6d5acfbb15f71e4648da /ausbutler-single.sh
parent9a0ca4d1075f879b812cd8a1b55ab3a2c8e07c40 (diff)
Sending butler output via lftp
Diffstat (limited to 'ausbutler-single.sh')
-rwxr-xr-xausbutler-single.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ausbutler-single.sh b/ausbutler-single.sh
index 2f95c68..820086d 100755
--- a/ausbutler-single.sh
+++ b/ausbutler-single.sh
@@ -14,6 +14,9 @@ ls config.template | while read CONFIGFILE
do
envsubst < config.template/$CONFIGFILE > config/$CONFIGFILE
done
+
python jfrteamy-ausbutler/butler.py calculate generate nowait
+lftp -f config/send.lftp
+
echo "Done"