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:
Herbert Wolverson 2023-01-04 17:22:32 +00:00
parent 4404890731
commit 2027957df2

View File

@ -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!"