mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 05:34:38 +08:00
fix for windows
This commit is contained in:
parent
fa78fe208f
commit
e3d3c864ab
1 changed files with 2 additions and 1 deletions
|
@ -3,11 +3,12 @@ package ncutils
|
|||
import (
|
||||
"embed"
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"os/exec"
|
||||
"strings"
|
||||
"syscall"
|
||||
|
||||
"github.com/gravitl/netmaker/logger"
|
||||
)
|
||||
|
||||
//go:embed windowsdaemon/winsw.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue