asf
This commit is contained in:
parent
8b7d88df97
commit
cb5e790a1f
@ -84,8 +84,4 @@ ln -s $INSTALL_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd ./bin/poly_pkt_fwd
|
||||
|
||||
popd
|
||||
|
||||
# Copy startup shell script to the install directory
|
||||
|
||||
cp ./resin-run.sh $INSTALL_DIR/bin/resin-run.sh
|
||||
|
||||
echo "Installation completed."
|
||||
|
@ -80,9 +80,6 @@ if [ ! -d bin ]; then mkdir bin; 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
|
||||
|
||||
# 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
|
||||
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user