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 ""