From eda9649d7264254410b0219db0a9e7c3354c5fed Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 22 Jan 2022 13:08:57 -0500 Subject: [PATCH] Add files via upload --- misc/ha-copy-data.sh | 3 +-- misc/z2m-copy-data.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/misc/ha-copy-data.sh b/misc/ha-copy-data.sh index 4ab88f52..9d567b7a 100644 --- a/misc/ha-copy-data.sh +++ b/misc/ha-copy-data.sh @@ -7,7 +7,6 @@ while true; do * ) echo "Please answer yes or no.";; esac done -#**Experimental** set -o errexit set -o errtrace set -o nounset @@ -77,7 +76,7 @@ for i in ${!CTID_MENU[@]}; do CTID_TO_HOSTNAME=$(sed 's/[[:space:]]*$//' <<<${CTID_MENU[$i+1]}) done whiptail --defaultno --title "$TITLE" --yesno \ -"**Experimental** Are you sure you want to copy data between the following LXCs? +"Are you sure you want to copy data between the following LXCs? $CTID_FROM (${CTID_FROM_HOSTNAME}) -> $CTID_TO (${CTID_TO_HOSTNAME}) Version: Alpha 01" 13 50 || exit info "Home Assistant Data from '$CTID_FROM' to '$CTID_TO'" diff --git a/misc/z2m-copy-data.sh b/misc/z2m-copy-data.sh index d0cb6923..f63d471b 100644 --- a/misc/z2m-copy-data.sh +++ b/misc/z2m-copy-data.sh @@ -7,7 +7,6 @@ while true; do * ) echo "Please answer yes or no.";; esac done -#**Experimental** set -o errexit set -o errtrace set -o nounset @@ -77,7 +76,7 @@ for i in ${!CTID_MENU[@]}; do CTID_TO_HOSTNAME=$(sed 's/[[:space:]]*$//' <<<${CTID_MENU[$i+1]}) done whiptail --defaultno --title "$TITLE" --yesno \ -"**Experimental** Are you sure you want to copy data between the following LXCs? +"Are you sure you want to copy data between the following LXCs? $CTID_FROM (${CTID_FROM_HOSTNAME}) -> $CTID_TO (${CTID_TO_HOSTNAME}) Version: Alpha 01" 13 50 || exit info "Zigbee2MQTT Data from '$CTID_FROM' to '$CTID_TO'"