Skip to content

Commit 1c603b7

Browse files
authored
fix(pzserver): start with --ip instead of -ip (#3724)
`-ip` is not parsed correctly by the new build 41 release. See #3711 (comment)
1 parent de6240f commit 1c603b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/config-default/config-lgsm/pzserver/_default.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ip="0.0.0.0"
1313
adminpassword="CHANGE_ME"
1414

1515
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
16-
startparameters="-ip ${ip} -adminpassword \"${adminpassword}\" -servername ${selfname}"
16+
startparameters="--ip ${ip} -adminpassword \"${adminpassword}\" -servername ${selfname}"
1717

1818
#### LinuxGSM Settings ####
1919

0 commit comments

Comments
 (0)