#!/bin/sh
if [ -f /etc/resolv.conf.ovpnsave ]; then mv -f /etc/resolv.conf.ovpnsave /etc/resolv.conf; fi
