Explicitly ignore some errors

This commit is contained in:
2025-06-28 21:25:58 -04:00
parent 362eb75dc4
commit dd622c59e2
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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()
}