From 670fe2e972b41f9a6bc3a77f9e5818bae4f3d529 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 12 Feb 2022 13:45:47 -0500 Subject: [PATCH] Update ha_copy_data_podman.sh --- misc/ha_copy_data_podman.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/ha_copy_data_podman.sh b/misc/ha_copy_data_podman.sh index a7195bf6..d0f7e345 100644 --- a/misc/ha_copy_data_podman.sh +++ b/misc/ha_copy_data_podman.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC. # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ha-copy-data_podman.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ha_copy_data_podman.sh)" while true; do read -p "Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC. Proceed(y/n)?" yn case $yn in @@ -119,4 +119,4 @@ info "Successfully Transferred Data." # Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ha-copy-data_podman.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ha_copy_data_podman.sh)"