mirror of
https://github.com/unraid/webgui.git
synced 2026-01-07 10:10:05 -06:00
Merge pull request #1324 from bergware/master
VMs: fixed notification subject
This commit is contained in:
@@ -31,5 +31,5 @@ fi
|
||||
if [ -s /var/log/vfio-pci-errors ]; then
|
||||
mkdir -p /run/libvirt/qemu
|
||||
echo "vfio-pci bind error" > /run/libvirt/qemu/autostarted
|
||||
/usr/local/emhttp/webGui/scripts/notify -e "VM Autostart disabled" -s "vfio-bind-error" -d "VM Autostart disabled due to vfio-bind error" -m "Please review /var/log/vfio-pci-error" -i "alert" -l "/VMs"
|
||||
/usr/local/emhttp/webGui/scripts/notify -e "VM Autostart disabled" -s "vfio-pci-errors " -d "VM Autostart disabled due to vfio-bind error" -m "Please review /var/log/vfio-pci-errors" -i "alert" -l "/VMs"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user