Remove FUSE

This commit is contained in:
Kroese
2023-03-30 18:53:45 +02:00
parent e89557767a
commit 0171a1e8b7
2 changed files with 2 additions and 2 deletions

2
run.sh
View File

@@ -88,7 +88,7 @@ GUEST_SERIAL=$(/run/serial.sh)
# Stop the webserver
pkill -f server.sh
[ ! -e /dev/fuse ] && echo "Error: FUSE interface not available..." && exit 84
#[ ! -e /dev/fuse ] && echo "Error: FUSE interface not available..." && exit 84
[ ! -e /dev/net/tun ] && echo "Error: TUN interface not available..." && exit 85
if [ -e /dev/kvm ] && sh -c 'echo -n > /dev/kvm' &> /dev/null; then