From cf477c921ec7902d77ff1887bede042e4e65e311 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Wed, 2 Sep 2020 09:08:10 +0200 Subject: [PATCH] Add data export task to bin/runner.sh --- bin/runner.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/runner.sh b/bin/runner.sh index 6deacaa..8660714 100755 --- a/bin/runner.sh +++ b/bin/runner.sh @@ -95,6 +95,9 @@ run $BINDIR/import_final_p111.py print_log "Import final P1/90" run $BINDIR/import_final_p190.py +print_log "Export system data" +run $BINDIR/system_exports.py + rm "$LOCKFILE" print_info "End run"