fix typo.
[vuplus_openvuplus] / meta-openvuplus / recipes-enigma2 / dreambox-modem-ppp-scripts / dreambox-modem-ppp-scripts / 01peerdns-remove
1 #!/bin/sh
2 if [ -f /etc/resolv.conf-back ];  then
3                 rm /etc/resolv.conf
4                 mv /etc/resolv.conf-back /etc/resolv.conf
5 fi