style: 删除无用代码

This commit is contained in:
zhengkunwang223 2023-02-06 15:03:25 +08:00 committed by zhengkunwang223
parent 4b06621274
commit 05f2c4661c

View File

@ -14,8 +14,7 @@ import (
)
func Init() {
//stdout, err := cmd.Exec("grep '^BASE_DIR=' /usr/bin/1pctl | cut -d'=' -f2")
stdout, err := cmd.Exec("grep '^BASE_DIR=' /Users/wangzhengkun/Downloads/1pctl | cut -d'=' -f2")
stdout, err := cmd.Exec("grep '^BASE_DIR=' /usr/bin/1pctl | cut -d'=' -f2")
if err != nil {
panic(err)
}