From 88ff66d50df95d137c98554b526ce44fdcfbb31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Sat, 11 Jan 2025 15:18:08 -0700 Subject: [PATCH] Update copy_files.sh --- src/rust/lqosd/copy_files.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rust/lqosd/copy_files.sh b/src/rust/lqosd/copy_files.sh index a3ba1c30f..223bdcd52 100755 --- a/src/rust/lqosd/copy_files.sh +++ b/src/rust/lqosd/copy_files.sh @@ -1,6 +1,7 @@ #!/bin/bash set -e echo "Copying static" +mkdir ../../bin/static2/ cp -v -R src/node_manager/static2/* ../../bin/static2/ echo "Done" pushd src/node_manager/js_build || exit