move config

This commit is contained in:
GnomeZworc 2025-05-16 14:02:04 +02:00
commit feee5aca8a
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 34 additions and 2 deletions

View file

@ -6,6 +6,8 @@
# green create
. ./lib/prime/volumes.sh
. ./lib/prime/init.sh
. ./lib/prime/vm.sh
DRY_RUN="1"
SIMULATION="1"
@ -28,8 +30,7 @@ function main {
delete_volume "$@"
;;
"Config")
metadata_service
systemctl daemon-reload
config_kvm
;;
*)
echo "action : ${fonction} not known !"
@ -38,6 +39,7 @@ function main {
echo " -> StopVm"
echo " -> CreateVolume"
echo " -> DeleteVolume"
echo " -> Config"
;;
esac
}