diff --git a/misc/post_install.sh b/misc/post_install.sh
index 7aa5cdb9..d529fb3c 100644
--- a/misc/post_install.sh
+++ b/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