Changeset 36954 for titan/plugins/tithek/tithek_global.h
- Timestamp:
- 01/25/16 17:44:02 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r36953 r36954 636 636 637 637 cmd = ostrcat("tar -xvf /tmp/parser.tar -C ", path, 0, 0); 638 printf( cmd: %s\n", cmd);638 printf("cmd: %s\n", cmd); 639 639 system(cmd); 640 640 free(cmd), cmd = NULL; … … 645 645 gethttp("atemio.dyndns.tv", "/mediathek/parser_secret.tar", 80, "/tmp/parser.tar", HTTPAUTH, 5000, NULL, 0); 646 646 cmd = ostrcat("tar -xvf /tmp/parser.tar -C ", path, 0, 0); 647 printf( cmd: %s\n", cmd);647 printf("cmd: %s\n", cmd); 648 648 system(cmd); 649 649 free(cmd), cmd = NULL; … … 651 651 652 652 cmd = ostrcat("chmod -R 755 ", path, 0, 0); 653 printf( cmd: %s\n", cmd);653 printf("cmd: %s\n", cmd); 654 654 system(cmd); 655 655 free(cmd), cmd = NULL; 656 656 657 657 cmd = ostrcat("chmod -R 755 /tmp/parser", NULL, 0, 0); 658 printf( cmd: %s\n", cmd);658 printf("cmd: %s\n", cmd); 659 659 system(cmd); 660 660 free(cmd), cmd = NULL;
Note: See TracChangeset
for help on using the changeset viewer.