From ac8535eee4559d1c2f348efb8278af29deb91d50 Mon Sep 17 00:00:00 2001 From: "Bofu Chen (bafu)" Date: Sun, 8 Jul 2018 16:03:49 +0800 Subject: [PATCH] Fix BN2 running issue Signed-off-by: Bofu Chen (bafu) --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 957d241..d6eb7f4 100755 --- a/configure +++ b/configure @@ -210,6 +210,8 @@ install_gateway() { package.json \ $working_dir sudo cp berrynet-manager /usr/local/bin + # FIXME: image dir should be created by program + mkdir -p /usr/local/berrynet/inference/image # install npm dependencies pushd $working_dir > /dev/null sudo npm install --unsafe-perm