Changeset 39031


Ignore:
Timestamp:
09/26/16 16:56:32 (7 years ago)
Author:
obi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek_global.h

    r39020 r39031  
    814814                        system(cmd);
    815815                        free(cmd), cmd = NULL;
    816                 }
    817                 cmd = ostrcat("chmod -R 755 ", path, 0, 0);
    818                 system(cmd);
    819                 free(cmd), cmd = NULL;
    820 
    821                 cmd = ostrcat("chmod -R 755 /mnt/parser", NULL, 0, 0);
    822                 system(cmd);
    823                 free(cmd), cmd = NULL;
    824 
    825                 cmd = ostrcat("chmod -R 755 /tmp/localhoster", NULL, 0, 0);
    826                 system(cmd);
    827                 free(cmd), cmd = NULL;
     816
     817                        cmd = ostrcat("chmod -R 755 ", path, 0, 0);
     818                        system(cmd);
     819                        free(cmd), cmd = NULL;
     820       
     821                        cmd = ostrcat("chmod -R 755 /mnt/parser", NULL, 0, 0);
     822                        system(cmd);
     823                        free(cmd), cmd = NULL;
     824       
     825                        cmd = ostrcat("chmod -R 755 /tmp/localhoster", NULL, 0, 0);
     826                        system(cmd);
     827                        free(cmd), cmd = NULL;
     828                }
    828829
    829830                cmd = ostrcat("ls -1 ", path, 0, 0);
     
    850851                                cmd = ostrcat(cmd, " init", 1, 0);
    851852                                line = command(cmd);
    852                                 debug(10, "add main menuentry: %s", line);
     853                                debug(99, "add main menuentry: %s", line);
    853854                                writesys(tithekfile, line, 3);
    854855                                free(cmd), cmd = NULL;
Note: See TracChangeset for help on using the changeset viewer.