diff options
Diffstat (limited to 'debian/config')
-rw-r--r-- | debian/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/config b/debian/config index 49e6d47..04883da 100644 --- a/debian/config +++ b/debian/config @@ -10,7 +10,7 @@ test $DEBIAN_SCRIPT_DEBUG && set -v -x . /usr/share/debconf/confmodule # Do we want to create /dev/net/tun? -if [ ! -e /dev/.udev ] && [ ! -e /dev/net/tun ]; then +if [ ! -e /run/udev ] && [ ! -e /dev/net/tun ]; then db_input medium openvpn/create_tun || true db_go fi |