Changeset 44601
- Timestamp:
- 01/25/20 01:15:44 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/system_backup_restore.h
r44600 r44601 111 111 #ifdef OEBUILD 112 112 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); 114 114 printf("cmd: %s\n", tmpstr); 115 115 ret = system(tmpstr);
Note: See TracChangeset
for help on using the changeset viewer.