quick fix
This commit is contained in:
parent
a2cb5a7a49
commit
e87f89cc5d
@ -74,7 +74,7 @@ module.exports = {
|
||||
},
|
||||
restoreAnyApk: async (package) => {
|
||||
Language.setActiveLang(globalVariables.language)
|
||||
result = await shellExec(adbRun + ' shell cmd package install-existing ' + package.restoreAnyApp)
|
||||
result = await shellExec(adbRun + ' shell cmd package install-existing ' + package.removeAnyApp)
|
||||
if (result.stderr != '') {
|
||||
common.dualLog('device-not-authorised' + ' ' + result.stderr, 'red')
|
||||
} else if (result.stdout.includes('doesn\'t exist')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user