Changeset 39855


Ignore:
Timestamp:
01/29/17 11:47:57 (7 years ago)
Author:
gost
Message:

dm900 fix online update final

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/system_update.h

    r38370 r39855  
    183183
    184184                                char* cmd = NULL;
    185                                 cmd = ostrcat(cmd, "/sbin/update.sh ", 1, 0);
     185                                if(checkrealbox("DM900") == 1)
     186                                        cmd = ostrcat(cmd, "/sbin/update2.sh ", 1, 0);
     187                                else
     188                                        cmd = ostrcat(cmd, "/sbin/update.sh ", 1, 0);
    186189                                cmd = ostrcat(cmd, node->type, 1, 0);
    187190                                cmd = ostrcat(cmd, " ", 1, 0);
Note: See TracChangeset for help on using the changeset viewer.