Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb08443f authored by Koushik Dutta's avatar Koushik Dutta Committed by Steve Kondik
Browse files

backup service: fall back to /sbin/bu

Change-Id: I46c67a401da8de92d7ef81ad40c565bb1d2ef93b
parent 2090ec12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);