Skip to content

Commit

Permalink
Fix BN2 running issue
Browse files Browse the repository at this point in the history
Signed-off-by: Bofu Chen (bafu) <bafuchen@gmail.com>
  • Loading branch information
bafu committed Jul 8, 2018
1 parent fca9323 commit ac8535e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac8535e

Please sign in to comment.