This commit is contained in:
Kroese 2023-04-20 05:45:39 +02:00 committed by GitHub
parent 8c85d3d987
commit 29391e59d2

View File

@ -19,7 +19,6 @@ configureDHCP() {
# Create /dev/vhost-net
if [ ! -c /dev/vhost-net ]; then
[ ! -d /dev/vhost-net ] && mkdir -m 755 /dev/vhost-net
mknod /dev/vhost-net c 10 238
chmod 666 /dev/vhost-net
fi