-
This commit is contained in:
@@ -33,7 +33,7 @@ __host_exec() {
|
|||||||
__host_bash() {
|
__host_bash() {
|
||||||
local script="$1"
|
local script="$1"
|
||||||
[[ -z "$script" ]] && return 0
|
[[ -z "$script" ]] && return 0
|
||||||
__host_exec bash -lc "$script"
|
__host_exec sh -lc "$script"
|
||||||
}
|
}
|
||||||
|
|
||||||
__kill_process() {
|
__kill_process() {
|
||||||
|
|||||||
Reference in New Issue
Block a user