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
if [ -v $privkey ]
then
if [ -v $privkey ]; then
echo
echo "Generated private key: ./$privkey"
echo "SAVE IT IMMEDIATELY!!!"
fi
fi