From 6d9f3940383e021fc81b32e04f63c1a7ac315bbb Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 2 Oct 2022 11:11:43 -0400 Subject: [PATCH] Update hacore2hacontainer-data.sh --- misc/hacore2hacontainer-data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/hacore2hacontainer-data.sh b/misc/hacore2hacontainer-data.sh index 0d0c0417..98fe7684 100644 --- a/misc/hacore2hacontainer-data.sh +++ b/misc/hacore2hacontainer-data.sh @@ -59,13 +59,13 @@ while read -r line; do done < <(pct list | awk 'NR>1') while [ -z "${CTID_FROM:+x}" ]; do CTID_FROM=$(whiptail --title "$TITLE" --radiolist \ - "\nWhich HA Container LXC would you like to copy FROM?\n" \ + "\nWhich HA Core LXC would you like to copy FROM?\n" \ 16 $(($MSG_MAX_LENGTH + 23)) 6 \ "${CTID_MENU[@]}" 3>&1 1>&2 2>&3) || exit done while [ -z "${CTID_TO:+x}" ]; do CTID_TO=$(whiptail --title "$TITLE" --radiolist \ - "\nWhich HA Core LXC would you like to copy TO?\n" \ + "\nWhich HA Container LXC would you like to copy TO?\n" \ 16 $(($MSG_MAX_LENGTH + 23)) 6 \ "${CTID_MENU[@]}" 3>&1 1>&2 2>&3) || exit done