mirror of
https://github.com/unraid/webgui.git
synced 2026-01-10 11:40:12 -06:00
7 lines
200 B
Bash
Executable File
7 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
source /boot/config/domain.cfg
|
|
if [ $DISABLE == "yes" ]
|
|
then
|
|
exit ;
|
|
fi
|
|
eval exec /usr/bin/qemu-system-x86_64 $(/usr/local/emhttp/plugins/dynamix.vm.manager/scripts/qemu.php "$@") |