Changeset 43440 for titan/titan


Ignore:
Timestamp:
02/04/19 03:28:38 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/system_update.h

    r43438 r43440  
    5454                                label = get_label(pch);
    5555#endif
    56                                 if(ostrstr(label, "MINI") != NULL)
     56                                if(ostrstr(label, "MINI") != NULL || ostrstr(label, "STARTUP") != NULL)
    5757                                {
    5858                                        cmd = ostrcat("cat /autofs/", pch, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.