Update esphome_container.sh

This commit is contained in:
tteck 2021-09-28 18:01:13 -04:00 committed by GitHub
parent ecdd875ffd
commit 30a6065626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
while true; do
read -p "This will create a New Proxmox ESPHome LXC Container. Proceed(y/n)?" yn
read -p "This will create a New ESPHome LXC Container. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;