This commit is contained in:
Ray Ozzie 2016-03-22 16:13:00 -07:00
parent 8b7d88df97
commit cb5e790a1f
2 changed files with 0 additions and 7 deletions

View File

@ -84,8 +84,4 @@ ln -s $INSTALL_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd ./bin/poly_pkt_fwd
popd popd
# Copy startup shell script to the install directory
cp ./resin-run.sh $INSTALL_DIR/bin/resin-run.sh
echo "Installation completed." echo "Installation completed."

View File

@ -80,9 +80,6 @@ if [ ! -d bin ]; then mkdir bin; fi
if [ -f ./bin/poly_pkt_fwd ]; then rm ./bin/poly_pkt_fwd; fi if [ -f ./bin/poly_pkt_fwd ]; then rm ./bin/poly_pkt_fwd; fi
ln -s $INSTALL_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd ./bin/poly_pkt_fwd ln -s $INSTALL_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd ./bin/poly_pkt_fwd
# copy initial global configuration file
# cp -f ./packet_forwarder/poly_pkt_fwd/global_conf.json ./bin/global_conf.json
# Restore location back to where we started the install # Restore location back to where we started the install
popd popd