Skip to content

Commit

Permalink
Prevent overwritting wvdial.conf when configure is run. Will add func…
Browse files Browse the repository at this point in the history
…tionality to deal with this in the image build script later...
  • Loading branch information
MuffinSpawn committed Aug 18, 2016
1 parent 9b2b818 commit 2d45402
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions device_rules/wwan_modems/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ set -e
rm -f /etc/udev/rules.d/75-wwan-net.rules
cp 75-wwan-net.rules /etc/udev/rules.d/

rm -f /etc/wvdial.conf
cp ./wvdial.conf /etc/

rm -f /usr/bin/wvwaggle.sh
cp ./wvwaggle.sh /usr/bin/
chmod +x /usr/bin/wvwaggle.sh
Expand Down

0 comments on commit 2d45402

Please sign in to comment.