Add data export task to bin/runner.sh

This commit is contained in:
D. Berge
2020-09-02 09:08:10 +02:00
parent 4c103fafca
commit cf477c921e

View File

@@ -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"