Skip to content

Commit

Permalink
Make sure command gets evaluated on the device, resolves #1474
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Oct 26, 2020
1 parent 02937fe commit dfb4318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var installLatestVersion = options => {
}),
adb
.waitForDevice()
.then(() => adb.shell("mount -a || true"))
.then(() => adb.shell("'mount -a || true'"))
.then(() => utils.log.debug("adb mounted all partitions"))
.then(() => adb.wipeCache())
.then(() => utils.log.debug("adb wiped cache"))
Expand Down

0 comments on commit dfb4318

Please sign in to comment.