diff --git a/resin-install.sh b/resin-install.sh index 6c9aa15..e331309 100755 --- a/resin-install.sh +++ b/resin-install.sh @@ -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." diff --git a/resin-install.sh~ b/resin-install.sh~ index 72fb37a..6c9aa15 100755 --- a/resin-install.sh~ +++ b/resin-install.sh~ @@ -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