mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
net/mosquitto: correct config file option name
Correct option is "password_file" not "passwd_file" Originally reported as: https://github.com/openwrt/packages/pull/8642 Added the package bump. Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
@@ -82,7 +82,7 @@ convert_mosq_general() {
|
||||
append_if "$1" max_queued_bytes
|
||||
append_if "$1" max_queued_messages
|
||||
append_if "$1" message_size_limit
|
||||
append_if "$1" passwd_file
|
||||
append_if "$1" password_file
|
||||
append_if "$1" pid_file
|
||||
append_if "$1" psk_file
|
||||
append_optional_bool "$1" queue_qos0_messages
|
||||
|
||||
Reference in New Issue
Block a user