Update rc.libvirt

This commit is contained in:
bergware
2023-08-11 03:54:46 +02:00
parent b5d91a968f
commit d21293a2bd

View File

@@ -181,7 +181,6 @@ start_libvirtd() {
for i in ${!ROW[@]}; do
ROW2=$(echo ${CAT[$i]}|grep -Pom1 '^[0-9]+')
DEV=$(echo ${CAT[$i]}|grep -Pom1 "^.+='\K[^']+")
logger -t $(basename $0) "checking for $DEV in $XML"
if [[ ! -e $SYSTEM/$DEV ]]; then
NAME=${DEV//[0-9.]/}
if [[ $NAME == br ]]; then