mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Explicitly ignore some errors
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ func launchRCWDProcess() []byte {
|
||||
|
||||
if Daemonize {
|
||||
cmd := exec.Command(os.Args[0], "startrcwd")
|
||||
back.WriteToStdin(cmd, string(passphrase))
|
||||
_ = back.WriteToStdin(cmd, string(passphrase))
|
||||
_ = cmd.Start()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user