fix error in config

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-05-15 21:40:24 +02:00
commit f45ebbf1b6
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 2 additions and 2 deletions

View file

@ -12,6 +12,6 @@ echo "start metadata ${NETNS} "
exec ip netns exec "${NETNS}" \
/usr/bin/metadata \
-file "/opt/metadata/${arg}.json" \
-file "/opt/metadata/${arg}.conf" \
-interface "${IP}" \
-port "${PORT}"