This commit is contained in:
Wang Sen Di
2025-12-16 16:16:50 +08:00
parent d2b707d5b4
commit e7871540a0

View File

@@ -33,7 +33,7 @@ __host_exec() {
__host_bash() {
local script="$1"
[[ -z "$script" ]] && return 0
__host_exec bash -lc "$script"
__host_exec sh -lc "$script"
}
__kill_process() {