Changeset 36955
- Timestamp:
- 01/25/16 18:06:56 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r36954 r36955 636 636 637 637 cmd = ostrcat("tar -xvf /tmp/parser.tar -C ", path, 0, 0); 638 printf("cmd: %s\n", cmd);639 638 system(cmd); 640 639 free(cmd), cmd = NULL; … … 645 644 gethttp("atemio.dyndns.tv", "/mediathek/parser_secret.tar", 80, "/tmp/parser.tar", HTTPAUTH, 5000, NULL, 0); 646 645 cmd = ostrcat("tar -xvf /tmp/parser.tar -C ", path, 0, 0); 647 printf("cmd: %s\n", cmd);648 646 system(cmd); 649 647 free(cmd), cmd = NULL; … … 651 649 652 650 cmd = ostrcat("chmod -R 755 ", path, 0, 0); 653 printf("cmd: %s\n", cmd);654 651 system(cmd); 655 652 free(cmd), cmd = NULL; 656 653 657 654 cmd = ostrcat("chmod -R 755 /tmp/parser", NULL, 0, 0); 658 printf("cmd: %s\n", cmd);659 655 system(cmd); 660 656 free(cmd), cmd = NULL; … … 682 678 cmd = ostrcat(cmd, ret1[i].part, 1, 0); 683 679 cmd = ostrcat(cmd, " init", 1, 0); 684 685 printf("[tithek] cmd: %s\n", cmd);686 debug(10, "cmd: %s", cmd);687 680 line = command(cmd); 688 681 printf("[tithek] add main menuentry: %s\n", line);
Note: See TracChangeset
for help on using the changeset viewer.