-
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user