Changeset 40196 for titan/plugins


Ignore:
Timestamp:
02/28/17 03:43:04 (7 years ago)
Author:
obi
Message:

fix

Location:
titan/plugins/tithek
Files:
2 edited

Legend:

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

    r40195 r40196  
    583583                        free(cmd), cmd = NULL;
    584584
    585                         if(ostrcmp(node->filename, "/tmp/python.tar") == 0 || getconfigint("tithek_python_update", NULL) == 1)
     585                        if(ostrcmp(node->filename, "/tmp/python.tar") == 0 || getconfigint("tithek_autoupdate", NULL) == 1)
    586586                        {
    587587                                printf("[tithek] remove: %s\n", node->filename);
  • titan/plugins/tithek/tithek_global.h

    r40195 r40196  
    882882                                printf("[tithek] getfreespace end\n");
    883883
    884                                 if(ostrcmp(dnode->page, "/tmp/python.tar") == 0 || getconfigint("tithek_python_update", NULL) == 1)
     884                                if(ostrcmp(dnode->page, "/tmp/python.tar") == 0 || getconfigint("tithek_autoupdate", NULL) == 1)
    885885                                {
    886886                                        if(file_exist(dnode->page))
Note: See TracChangeset for help on using the changeset viewer.