Skip to content

[BUG] [Valheim] hostname needs surrounding " " #3217

@thegreatstorm

Description

@thegreatstorm

Current one does not contain surrounding " " for servername
startparameters="-name ${servername} -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public}"

Fix:
startparameters="-name \"${servername}\" -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public}"

Current work around: -- add surrounding quotations.
servername=""Valheim Server""

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions