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