Fix startup

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-10-09 17:58:32 +02:00
parent 42a9434c50
commit 78cbe59e64
2 changed files with 4 additions and 8 deletions

View File

@@ -13,8 +13,9 @@ sleep 2
rm -f memory.flash
tar -xf tests/memory.tar.gz
echo -n "Start Pico HSM... "
./build_in_docker/pico_hsm > /dev/null 2>&1 &
./build_in_docker/pico_hsm &
test $? -eq 0 && echo -e "${OK}" || {
echo -e "${FAIL}"
exit 1
}
sleep 2