X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=appimage%2Fctdlvisor.c;fp=appimage%2Fctdlvisor.c;h=3c7be88cc514159689e7012f2e8cccf4d2f65470;hb=8779ae0fd227b721c5244857956f578fc4af2149;hp=6784f2cc5d042998ca55eb2f8068dcbca87be656;hpb=9da7df2a2446ccf5e1e286df65ba1e32bdfe0521;p=citadel.git diff --git a/appimage/ctdlvisor.c b/appimage/ctdlvisor.c index 6784f2cc5..3c7be88cc 100644 --- a/appimage/ctdlvisor.c +++ b/appimage/ctdlvisor.c @@ -4,16 +4,9 @@ // // Copyright (c) 2021 by the citadel.org team // -// This program is open source software. It runs great on the -// Linux operating system (and probably elsewhere). You can use, -// copy, and run it under the terms of the GNU General Public -// License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - +// This program is open source software. Use, duplication, or disclosure +// is subject to the terms of the GNU General Public License, version 3. +// The program is distributed without any warranty, expressed or implied. #include #include @@ -244,7 +237,7 @@ int main(int argc, char **argv) { fprintf(stderr, "ctdlvisor: waiting a moment for citserver to initialize...\n"); sleep(5); char bin[1024]; - sprintf(bin, "%s/usr/local/citadel/ctdlmigrate", getenv("APPDIR")); + sprintf(bin, "%s/usr/local/citadel/ctdlmigrate -h %s", getenv("APPDIR"), getenv("CTDL_DIR")); system(bin); kill(citserver_pid, SIGTERM); }