From: Art Cancro Date: Wed, 26 Jul 2023 16:01:35 +0000 (-0900) Subject: oops, combined the two modes, fixed X-Git-Url: https://code.citadel.org/?p=citadel-docker.git;a=commitdiff_plain;h=7ab8123950a08aebba96aee0c054b0af906a2e5c oops, combined the two modes, fixed --- 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); }