mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 12:29:18 +00:00
6 lines
196 B
Plaintext
6 lines
196 B
Plaintext
INFRACLASS=hetzner
|
|
if ! [ -f ~/.config/hcloud/cli.toml ]; then
|
|
warning "~/.config/hcloud/cli.toml not found."
|
|
warning "Make sure that the Hetzner CLI (hcloud) is installed and configured."
|
|
fi
|