We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1856caa + c74146b commit bc06e8cCopy full SHA for bc06e8c
1 file changed
docker/startup.sh
@@ -57,6 +57,6 @@ if [ -n "$pmhq_port" ]; then
57
port="$pmhq_port"
58
fi
59
if [ -n "$pmhq_host" ]; then
60
- port="$pmhq_host"
+ host="$pmhq_host"
61
62
node ./llonebot.js --pmhq-port=$port --pmhq-host=$host
0 commit comments