From 9b46c172a3bdcbbdcefccece560793d128a2b6b0 Mon Sep 17 00:00:00 2001 From: qtwrk Date: Wed, 15 Jan 2020 16:20:44 +0100 Subject: [PATCH] fix missing unit --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 1a4eb478c..623c58c16 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -681,7 +681,7 @@ echo -e "\n This will install everything default , which is OpenLiteSpeed and no license_input() { VERSION="ENT" -echo -e "\nPlease note that your server has \e[31m$TOTAL_RAM\e[39m RAM" +echo -e "\nPlease note that your server has \e[31m$TOTAL_RAM MB\e[39m RAM" echo -e "If you are using \e[31mFree Start\e[39m license, It will not start due to \e[31m2GB RAM limit\e[39m.\n" echo -e "If you do not have any license, you can also use trial license (if server has not used trial license before), type \e[31mTRIAL\e[39m\n"