create-vm icon indicating copy to clipboard operation
create-vm copied to clipboard

(Maybe) wrong check for ansible key file

Open gergaly opened this issue 2 years ago • 0 comments

Hi,

In create-vm your error message states that the key file cannot be found, but the check is for variable value. I think the check should be something like this:

if ! [[ -f $AUTH_KEYS_FQN ]]; then

gergaly avatar Oct 01 '23 16:10 gergaly