sanders: move check_features script to vendor/bin

This commit is contained in:
Vachounet
2018-01-03 12:42:38 +01:00
committed by therootlord
parent 2fe1ffe2ca
commit 7e3a5404af
2 changed files with 3 additions and 3 deletions

View File

@@ -23,6 +23,6 @@ def FullOTA_InstallEnd(info):
def ReplaceDeviceConfig(info):
info.script.Mount("/system")
info.script.AppendExtra('ui_print("Checking NFC and compass support");')
info.script.AppendExtra('run_program("/sbin/sh", "/tmp/install/bin/check_features.sh");')
info.script.AppendExtra('run_program("/sbin/sh", "/system/vendor/bin/check_features.sh");')
info.script.Unmount("/system")