Update ha-copy-data.sh
check PVE
This commit is contained in:
parent
44da618041
commit
bc4640d589
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
# Use to copy all data from one Home Assistant LXC to another
|
||||
# run from the Proxmox Shell
|
||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ha-copy-data.sh)"
|
||||
clear
|
||||
if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi
|
||||
while true; do
|
||||
read -p "Use to copy all data from one Home Assistant LXC to another. Proceed(y/n)?" yn
|
||||
case $yn in
|
||||
|
|
Loading…
Reference in a new issue