Changeset 12333 for titan/titan/global.h


Ignore:
Timestamp:
12/14/11 16:37:19 (12 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r12324 r12333  
    35013501        if(ostrcmp(cmd, "0") != 0)
    35023502        {
    3503                 cmd = ostrcat(cmd, "cat /var/etc/ipkg/official-feed.conf | grep secret | cut -d '/' -f4", 1, 0);
     3503                cmd = ostrcat(cmd, "cat /var/etc/ipkg/official-feed.conf | grep secret | cut -d':' -f2", 1, 0);
    35043504                debug(60, "cmd: %s", cmd);
    35053505                cmd = strstrip(string_newline(command(cmd)));
    35063506                debug(60, "cmd: %s", cmd);
    35073507               
    3508                 if(ostrcmp(cmd, "97.74.32.10") != 0)
     3508                if(ostrcmp(cmd, "//97.74.32.10/svn/atemio") != 0)
    35093509                {
    35103510                        textbox(_("Message"), _("check your Secret Feed !"), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, NULL, 0, 600, 200, 5, 0);
Note: See TracChangeset for help on using the changeset viewer.