You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: