toString for port
This commit is contained in:
parent
c93858385d
commit
e2d8123f5b
|
@ -114,7 +114,7 @@ in {
|
||||||
"--mqtt-user=${cfg.mqtt-client.username}"
|
"--mqtt-user=${cfg.mqtt-client.username}"
|
||||||
"--mqtt-password-file=$CREDENTIALS_DIRECTORY/mqtt.passwd"
|
"--mqtt-password-file=$CREDENTIALS_DIRECTORY/mqtt.passwd"
|
||||||
"--objectifier-host=${cfg.objectifier-client.host}"
|
"--objectifier-host=${cfg.objectifier-client.host}"
|
||||||
"--objectifier-port=${cfg.objectifier-client.port}"
|
"--objectifier-port=${toString cfg.objectifier-client.port}"
|
||||||
]) ++ (optional cfg.verbose "--verbose"));
|
]) ++ (optional cfg.verbose "--verbose"));
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue