Update vmcreate1.sh

This commit is contained in:
2025-10-26 19:34:04 +00:00
parent 07e1d4b59e
commit c407d7fcaa

View File

@@ -292,9 +292,8 @@ done
# Финальная часть # Финальная часть
rm hosts.tmp rm hosts.tmp
if [ -v $privkey ] if [ -v $privkey ]; then
then
echo echo
echo "Generated private key: ./$privkey" echo "Generated private key: ./$privkey"
echo "SAVE IT IMMEDIATELY!!!" echo "SAVE IT IMMEDIATELY!!!"
fi fi