0
0
forked from toolshed/abra

fix: handle missing ssh keys (pass auth)

This commit is contained in:
2022-01-02 01:52:33 +01:00
parent 13661c72ce
commit 2c78ac22e0
2 changed files with 6 additions and 4 deletions

View File

@ -484,9 +484,6 @@ func EnsureNewHetznerCloudVPSFlags(c *cli.Context) error {
if HetznerCloudImage == "" {
ShowSubcommandHelpAndError(c, fmt.Errorf("missing hetzner cloud image?"))
}
if len(HetznerCloudSSHKeys.Value()) == 0 {
ShowSubcommandHelpAndError(c, fmt.Errorf("missing hetzner cloud ssh keys?"))
}
if HetznerCloudLocation == "" {
ShowSubcommandHelpAndError(c, fmt.Errorf("missing hetzner cloud VPS location?"))
}