Changeset 44601


Ignore:
Timestamp:
01/25/20 01:15:44 (3 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/system_backup_restore.h

    r44600 r44601  
    111111#ifdef OEBUILD
    112112                                tmpstr = ostrcat("/sbin/settings.sh backup ", BACKUPDIR, 0, 0);
    113                                 tmpstr = ostrcat(cmd, " > /tmp/backup.log 2>&1", 1, 0);
     113                                tmpstr = ostrcat(tmpstr, " > /tmp/backup.log 2>&1", 1, 0);
    114114                                printf("cmd: %s\n", tmpstr);
    115115                                ret = system(tmpstr);
Note: See TracChangeset for help on using the changeset viewer.