From 7ab8123950a08aebba96aee0c054b0af906a2e5c Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 26 Jul 2023 07:01:35 -0900 Subject: [PATCH] oops, combined the two modes, fixed --- ctdlvisor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdlvisor.c b/ctdlvisor.c index c97509d..9c2ad8a 100644 --- a/ctdlvisor.c +++ b/ctdlvisor.c @@ -260,7 +260,7 @@ int main(int argc, char **argv) { } // "import mode" means we only run ctdlload - if (export_mode) { + if (import_mode) { sprintf(bin, "/usr/local/citadel/ctdlload -y -h %s", CTDL_DIR); system(bin); } -- 2.30.2