mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
Other: Don't forward stdin/stdout/stderr
This commit is contained in:
committed by
Leander Beernaert
parent
6bd8c6ceb6
commit
7cb9d62f0c
@ -30,5 +30,8 @@ func run(cmd *exec.Cmd) error {
|
||||
cmd.SysProcAttr = &syscall.SysProcAttr{
|
||||
CreationFlags: syscall.CREATE_NEW_PROCESS_GROUP,
|
||||
}
|
||||
|
||||
logrus.WithField("cmd", cmd).Info("Starting new process")
|
||||
|
||||
return cmd.Start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user