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"