Update vmcreate1.sh

This commit is contained in:
2025-10-26 15:59:46 +00:00
parent b0f09aacfc
commit e7bf65dfbf

View File

@@ -197,7 +197,7 @@ fi
# Проверяем ключ
if [ -v pubkey ]; then
if [[ ! -f pubkey ]]; then
if [[ ! -e pubkey ]]; then
input=y
echo "Public key does not exist. Generate new pair? y/n"
read input