You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
ci: fixed issues
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user