fix: logpipe socket permission

Signed-off-by: user <you@example.com>
This commit is contained in:
user 2023-11-06 16:36:36 +00:00 committed by SkyperTHC
parent 9aab6597fa
commit e66a2806f2
No known key found for this signature in database
GPG Key ID: A9BD386DF9113CD6

View File

@ -47,6 +47,8 @@ func listenOnSocket(socketFile string) {
return
}
os.Chmod(socketFile, 0777)
for {
conn, err := listener.Accept()
if err != nil {