afeiszli 4 rokov pred
rodič
commit
5c9daa2d68

+ 0 - 1
netclient/ncutils/netclientutils.go

@@ -280,7 +280,6 @@ func GetNetclientPath() string {
 	}
 }
 
-
 func GetNetclientPathSpecific() string {
 	if IsWindows() {
 		return WINDOWS_APP_DATA_PATH + "\\"

+ 1 - 1
serverctl/serverctl.go

@@ -32,7 +32,7 @@ func GetServerWGConf() (models.IntClient, error) {
 
 func InstallNetclient() error {
 
-	netclientPath := ncutils.GetNetclientPathSpecific()
+	netclientPath := ncutils.GetNetclientPath()
 	if !FileExists(netclientPath + "netclient") {
 		var err error
 		if ncutils.IsWindows() {