mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-14 22:30:33 +08:00
Remove FUSE
This commit is contained in:
2
run.sh
2
run.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user