fix error in config
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
1f5fbf4590
commit
f45ebbf1b6
2 changed files with 2 additions and 2 deletions
2
agent.sh
2
agent.sh
|
|
@ -119,7 +119,7 @@ function main {
|
|||
delete_volume "$@"
|
||||
;;
|
||||
"Config")
|
||||
metadata_config
|
||||
metadata_service
|
||||
;;
|
||||
*)
|
||||
echo "action : ${fonction} not known !"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue