fix: sh and cmd use absolute path
parent
69ad2a961c
commit
3327182dc0
|
@ -16,8 +16,8 @@ import (
|
||||||
"kumoly.io/tools/configui/public"
|
"kumoly.io/tools/configui/public"
|
||||||
)
|
)
|
||||||
|
|
||||||
var UNIX_SHELL = "sh"
|
var UNIX_SHELL = "/usr/bin/sh"
|
||||||
var WIN_SHELL = "cmd"
|
var WIN_SHELL = "C:\\Windows\\System32\\cmd"
|
||||||
|
|
||||||
const version = "v0.1.11"
|
const version = "v0.1.11"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue