Explorar o código

Add files via upload

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
eda9649d72
Modificáronse 2 ficheiros con 2 adicións e 4 borrados
  1. 1 2
      misc/ha-copy-data.sh
  2. 1 2
      misc/z2m-copy-data.sh

+ 1 - 2
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'"

+ 1 - 2
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'"