5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-16 18:29:35 +00:00

contrib/openrc: I like symmetry

This commit is contained in:
William Wennerström 2019-03-05 22:27:51 +01:00
parent 1097c1c0c9
commit 76dd1f6345
No known key found for this signature in database
GPG Key ID: E1382990BEDD319B

View File

@ -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