Fix client IP parameter not working
This commit is contained in:
parent
b4147d6008
commit
7cfd2e87d8
|
@ -67,6 +67,7 @@ func setClientParameters(cmd *cobra.Command) error {
|
||||||
err := fmt.Errorf("IP cannot be empty")
|
err := fmt.Errorf("IP cannot be empty")
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
serverIP = parameterIP
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue