diff --git a/vmcreate1.sh b/vmcreate1.sh index 42cc789..3e0fd1f 100644 --- a/vmcreate1.sh +++ b/vmcreate1.sh @@ -292,9 +292,8 @@ done # Финальная часть rm hosts.tmp -if [ -v $privkey ] - then +if [ -v $privkey ]; then echo echo "Generated private key: ./$privkey" echo "SAVE IT IMMEDIATELY!!!" - fi \ No newline at end of file +fi \ No newline at end of file