From 76dd1f6345ac2a151d4110d2c35625db5bb1e81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Wennerstr=C3=B6m?= Date: Tue, 5 Mar 2019 22:27:51 +0100 Subject: [PATCH] contrib/openrc: I like symmetry --- contrib/openrc/yggdrasil | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/openrc/yggdrasil b/contrib/openrc/yggdrasil index 3c8b09b..4a2e0a1 100755 --- a/contrib/openrc/yggdrasil +++ b/contrib/openrc/yggdrasil @@ -23,7 +23,6 @@ start_pre() { if [ ! -e /dev/net/tun ]; then ebegin "Inserting TUN module" - if ! modprobe tun; then eerror "Failed to insert TUN kernel module" exit 1