ci: fixed issues

This commit is contained in:
Rifat Azad
2025-01-07 23:44:21 +06:00
parent 8d7a69bd64
commit 0f9bd38e3c
5 changed files with 17 additions and 17 deletions

View File

@@ -430,7 +430,7 @@ fun getAppProfileTemplate(id: String): String {
fun moduleMigration(): Boolean {
val shell = getRootShell()
// mirgate modules for module system switch
return ShellUtils.fastCmdResult(shell, "cp -r /data/adb/modules/* /data/adb/modules_update/")
return ShellUtils.fastCmdResult(shell, "mv /data/adb/modules/* /data/adb/modules_update/")
}
fun setAppProfileTemplate(id: String, template: String): Boolean {