浏览代码

Update ha_copy_data_podman.sh

tteckster 3 年之前
父节点
当前提交
670fe2e972
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      misc/ha_copy_data_podman.sh

+ 2 - 2
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)"