Correction d'une coquille faite sur le commit précédent
This commit is contained in:
parent
6a58df95e7
commit
bdfac0b931
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ if [ ${FEED_CACHE} = 1 ]; then
|
||||||
CODE_RETOUR_INFOS_RANGES_V6=''
|
CODE_RETOUR_INFOS_RANGES_V6=''
|
||||||
fi
|
fi
|
||||||
|
|
||||||
MAC=$(grep 'vmbr1$' /etc/pve/nodes/*qemu-server/${VM_ID}.conf | \
|
MAC=$(grep 'vmbr1$' /etc/pve/nodes/*/qemu-server/${VM_ID}.conf | \
|
||||||
sed -E 's/.*([[:xdigit:]:]{17}).*/\1/')
|
sed -E 's/.*([[:xdigit:]:]{17}).*/\1/')
|
||||||
|
|
||||||
# Pour chaque subnet V4
|
# Pour chaque subnet V4
|
||||||
|
|
Loading…
Reference in a new issue