mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update build_rust.sh to include node manager
Update the Rust build script to include the node manager, and its required files. Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
This commit is contained in:
parent
4404890731
commit
2027957df2
@ -7,7 +7,7 @@
|
||||
# automatically.
|
||||
#
|
||||
# Don't forget to setup `/etc/lqos`
|
||||
PROGS="lqosd lqtop xdp_iphash_to_cpu_cmdline xdp_pping"
|
||||
PROGS="lqosd lqtop xdp_iphash_to_cpu_cmdline xdp_pping lqos_node_manager"
|
||||
mkdir -p bin/static
|
||||
pushd rust
|
||||
#cargo clean
|
||||
@ -24,5 +24,5 @@ do
|
||||
done
|
||||
popd
|
||||
cp -R rust/lqos_node_manager/static/* bin/static
|
||||
|
||||
echo "Don't forget to setup /etc/lqos!"
|
||||
cp rust/lqos_node_manager/Rocket.toml bin/
|
||||
echo "Don't forget to setup /etc/lqos!"
|
||||
|
Loading…
Reference in New Issue
Block a user