Update vmcreate1.sh

This commit is contained in:
2025-10-22 19:22:41 +00:00
parent 7ff507868f
commit d4431e6517

View File

@@ -28,6 +28,10 @@ keypair_generate (){
privkey= privkey=
} }
embed_key(){
#
}
while getopts "a:f:h" opt; do while getopts "a:f:h" opt; do
case $opt in case $opt in
a) haadd=true ;; a) haadd=true ;;