@@ -2367,11 +2367,13 @@ (debug:print 0 *default-log-port* "Failed to create HTML output in " toppath "/lt/runs-index.html")) (set! *didsomething* #t))) (if (args:get-arg "-syscheck") (begin - (mutils:syscheck common:raw-get-remote-host-load) + (mutils:syscheck common:raw-get-remote-host-load + server:get-best-guess-address + read-config) (set! *didsomething* #t))) ;;====================================================================== ;; Exit and clean up ;;======================================================================