@@ -280,7 +280,6 @@ func GetNetclientPath() string {
}
-
func GetNetclientPathSpecific() string {
if IsWindows() {
return WINDOWS_APP_DATA_PATH + "\\"
@@ -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() {