瀏覽代碼

Update hacore2hacontainer-data.sh

check PVE
tteckster 2 年之前
父節點
當前提交
e994ce793c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      misc/hacore2hacontainer-data.sh

+ 2 - 0
misc/hacore2hacontainer-data.sh

@@ -1,4 +1,6 @@
 #!/usr/bin/env bash
+clear
+if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️  Run from the Proxmox Shell"; exit; fi
 while true; do
   read -p "Use to copy all data from a Home Assistant Core LXC to a Home Assistant Container LXC. Proceed(y/n)?" yn
   case $yn in