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

@ -119,7 +119,7 @@ function main {
delete_volume "$@" delete_volume "$@"
;; ;;
"Config") "Config")
metadata_config metadata_service
;; ;;
*) *)
echo "action : ${fonction} not known !" echo "action : ${fonction} not known !"

View file

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