abiosoft / abiosoft/caddy-exec
exec: es-start.bat: cannot run executable found relative to current directory
未关闭
- 主要语言
- Go
- 星标
- 155
- 派生
- 21
- PR 合并指标
- 30 天内没有已合并 PR
描述
Isn't this a new restriction introduced in go 1.19?
https://tip.golang.org/doc/go1.19#os-exec-path
Looks like a bug like this one: https://github.com/syncthing/syncthing/issues/8499
I add to put a full path instead of a relative one. This should be documented?
do:
```
exec c:\test\es-start.bat {
startup
}
```
instead of:
```
exec es-start.bat {
startup
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。