소스 검색

Update meshcentral.sh

tteckster 3 년 전
부모
커밋
a11311709c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ct/meshcentral.sh

+ 1 - 1
ct/meshcentral.sh

@@ -5,7 +5,7 @@ RD=`echo "\033[01;31m"`
 CM='\xE2\x9C\x94\033'
 GN=`echo "\033[1;92m"`
 CL=`echo "\033[m"`
-APP="Mesh Central"
+APP="MeshCentral"
 HN=$(echo ${APP,,} | tr -d ' ')
 while true; do
     read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn