Skip to content

Commit 1a69a87

Browse files
committed
Update
1 parent e00871b commit 1a69a87

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/src/main/java/com/omarea/krscript/config/PageConfigSh.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ class PageConfigSh(private var activity: Activity, private var pageConfigSh: Str
5252
}
5353

5454
fun execute(): ArrayList<NodeInfoBase>? {
55-
val script = pageConfigSh.trim()
56-
if (script.isEmpty()) {
57-
return null
58-
}
55+
// val script = pageConfigSh.trim()
56+
// if (script.isEmpty()) {
57+
// return null
58+
// }
5959

6060
// Nếu script được khai báo là 1 đường dẫn tệp cụ thể nhưng tệp đó không tồn tại
6161
// thì dừng ngay tại đây, không chạy root/shell -> tránh tốn thời gian cho tab không có tệp thật.

0 commit comments

Comments
 (0)