diff --git a/build.sh b/build.sh index df9c175..d8d562b 100755 --- a/build.sh +++ b/build.sh @@ -50,6 +50,6 @@ popd cp $BUILD_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd $INSTALL_DIR/poly_pkt_fwd # Delete the build folder so that we save space -rm -rf $BUILD_DIR +# rm -rf $BUILD_DIR echo "Build & Installation Completed." diff --git a/run.sh b/run.sh index c41f061..5c78f3b 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,7 @@ #! /bin/bash +exit 1 + # Ensure that we've got the required env vars echo "*******************"