add config metadata

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

View file

@ -11,6 +11,7 @@
. ./lib/subnet.sh
. ./lib/colors.sh
. ./lib/qemu.sh
. ./lib/metadata.sh
DRY_RUN="1"
SIMULATION="1"
@ -117,6 +118,9 @@ function main {
"DeleteVolume")
delete_volume "$@"
;;
"Config")
metadata_config
;;
*)
echo "action : ${fonction} not known !"
echo "avalable action :"