瀏覽代碼

Update zwave-copy-data.sh

tteckster 3 年之前
父節點
當前提交
7185a14367
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/zwave-copy-data.sh

+ 1 - 1
misc/zwave-copy-data.sh

@@ -82,7 +82,7 @@ done
 whiptail --defaultno --title "$TITLE" --yesno \
 "Are you sure you want to copy data between the following LXCs?
 $CTID_FROM (${CTID_FROM_HOSTNAME}) -> $CTID_TO (${CTID_TO_HOSTNAME})
-Version: 2022.01.23" 13 50 || exit
+Version: 2022.03.06" 13 50 || exit
 info "Zwavejs2MQTT Data from '$CTID_FROM' to '$CTID_TO'"
 if [ $(pct status $CTID_TO | sed 's/.* //') == 'running' ]; then
   msg "Stopping '$CTID_TO'..."