From b3f7ae09df7869acdf8ef96440f6809bba52b9f9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 17 Aug 2025 14:06:56 -0500 Subject: forgot to rm testing code --- pluginCheck.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pluginCheck.go') diff --git a/pluginCheck.go b/pluginCheck.go index 8e50ade..bc28330 100644 --- a/pluginCheck.go +++ b/pluginCheck.go @@ -116,9 +116,8 @@ func checkPluginViaSubprocess(path string) error { return log.Errorf("failed to resolve executable symlink: %w", err) } - argv := []string{resolved, "--gui-check-plugin", path, "--no-port"} + argv := []string{resolved, "--gui-check-plugin", path} log.Warn("RUNNING:", argv) - // cmd := exec.Command(resolved, "--gui-check-plugin", path, "--no-port") cmd := exec.Command(argv[0], argv[1:]...) cmd.Stdout = os.Stdout cmd.Stderr = os.Stderr -- cgit v1.2.3