瀏覽代碼

Update post_install.sh

tteckster 3 年之前
父節點
當前提交
8342bb1d16
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/post_install.sh

+ 1 - 1
misc/post_install.sh

@@ -10,7 +10,7 @@ while true; do
     esac
     esac
 done
 done
 if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
 if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
-        echo -e "${RD}This script requires Proxmox Virtual Environment 7.0 or greater"
+        echo -e "This script requires Proxmox Virtual Environment 7.0 or greater"
         echo -e "Exiting..."
         echo -e "Exiting..."
         sleep 2
         sleep 2
         exit
         exit