abiosoft / abiosoft/caddy-exec

exec: es-start.bat: cannot run executable found relative to current directory

Open
#18 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
155
Forks
21
PR merge metrics
No merged PRs in 30d

Description

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
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.