mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Fix from chat: add quotes around node_id in the setup.
This commit is contained in:
parent
cf41b47b77
commit
d53200f43d
@ -118,7 +118,7 @@ fn get_bandwidth(up: bool) -> u32 {
|
||||
|
||||
const ETC_LQOS_CONF: &str = "lqos_directory = '/opt/libreqos/src'
|
||||
queue_check_period_ms = 1000
|
||||
node_id = {NODE_ID}
|
||||
node_id = \"{NODE_ID}\"
|
||||
|
||||
[tuning]
|
||||
stop_irq_balance = true
|
||||
|
Loading…
Reference in New Issue
Block a user