palworld-server-docker
palworld-server-docker copied to clipboard
Environmental Var for AdminPassword needs to be in ""
Describe the bug
I had the manually edit the ini file to put the "" around the password to get it to work.
Wanted to report that too. I had a & in my password and it always only wrote everything before. Using v0.21.0.
Wanted to report that too. I had a & in my password and it always only wrote everything before. Using v0.21.0.
In Shell scripting, &
is a special character used.
Not recommended to set a value as &
because it may lead to confusion or unexpected behavior due to its special meaning in Shell syntax.
Sadly cannot get around the & at the moment, this is a limitation on using bash to set the settings. Hopefully https://github.com/thijsvanloef/palworld-server-docker/pull/207 is able to fix this later on
Hey there @chaoscode does this issue persist after the latest update?
This is fixed. Thanks.