Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/d2c70ffd47f332225131b5f1fb175b041e526b91?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
5 deletions
@ -1,9 +1,9 @@
#!/usr/bin/env bash
# Use to copy all data from one Home Assistant LXC to another
# 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 .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 one Home Assistant LXC to another . Proceed(y/n)?" yn
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
[ Yy] * ) break; ;
[ Nn] * ) exit; ;
@ -112,7 +112,7 @@ RSYNC_OPTIONS=(
--info= progress2
)
msg "<======== Docker Data ========>"
rsync ${ RSYNC_OPTIONS [*] } ${ CTID_FROM_PATH } ${ DOCKER_PATH } ${ CTID_TO_PATH } ${ DOCKER _PATH}
rsync ${ RSYNC_OPTIONS [*] } ${ CTID_FROM_PATH } ${ DOCKER_PATH } ${ CTID_TO_PATH } ${ PODMAN _PATH}
echo -en "\e[1A\e[0K\e[1A\e[0K"
info "Successfully Transferred Data."