diff options
Diffstat (limited to 'adb/backup_service.c')
-rw-r--r-- | adb/backup_service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/backup_service.c b/adb/backup_service.c index 669ff86..ae87c75 100644 --- a/adb/backup_service.c +++ b/adb/backup_service.c @@ -127,6 +127,7 @@ int backup_service(BackupOperation op, char* args) { // off we go execvp("/system/bin/bu", (char * const *)bu_args); + execvp("/sbin/bu", (char * const *)bu_args); // oops error - close up shop and go home fprintf(stderr, "Unable to exec 'bu', bailing\n"); exit(-1); |