Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bergware
2025-05-09 11:31:43 +02:00
16 changed files with 448 additions and 258 deletions

View File

@@ -7,7 +7,7 @@ if [ $DISABLE == "yes" ]
exit 1 ;
fi
PCI="no"
PCI=$(/usr/local/emhttp/plugins/dynamix.vm.manager/scripts/pcicheck.php "$@");
#PCI=$(/usr/local/emhttp/plugins/dynamix.vm.manager/scripts/pcicheck.php "$@");
if [ $PCI == "yes" ]
then
printf '\n%s\n' "Start/autostart is disabled PCI Change detected." >&2 ## Send message to stderr.