From 943177dfc7a7c4e332de11ff1b5e0bf525898ad4 Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Sat, 26 Mar 2016 14:41:27 -0400 Subject: [PATCH] build fixes --- build.sh | 1 + run.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3d7c8b4..efacc72 100755 --- a/build.sh +++ b/build.sh @@ -47,6 +47,7 @@ popd popd # Copy packet forwarder to where it'll be expected +cp $BUILD_DIR/packet_forwarder/poly_pkt_fwd/reset_pkt_fwd.sh $INSTALL_DIR/reset_pkt_fwd.sh cp $BUILD_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd $INSTALL_DIR/poly_pkt_fwd # Delete the build folder if we need space, diff --git a/run.sh b/run.sh index c41f061..9338beb 100755 --- a/run.sh +++ b/run.sh @@ -146,7 +146,7 @@ echo -e "{\n\ # Set gateway_ID in local_conf.json to the gateway's MAC address echo "******************" -../packet_forwarder/reset_pkt_fwd.sh start ./local_conf.json +./reset_pkt_fwd.sh start ./local_conf.json echo "******************" echo ""