Fixup path for running the web build.

This commit is contained in:
Herbert Wolverson 2024-11-12 14:21:40 -06:00
parent 0e7581fe78
commit 532472d62a

View File

@ -65,7 +65,7 @@ popd > /dev/null
# Copy the node manager's static web content # Copy the node manager's static web content
mkdir -p bin/static2/vendor mkdir -p bin/static2/vendor
pushd rust/lqosd > /dev/null pushd rust/lqos_node_manager > /dev/null
./copy_files.sh ./copy_files.sh
popd > /dev/null popd > /dev/null