소스 검색

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
 done
 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..."
         sleep 2
         exit