소스 검색

Update mqtt-install.sh

tteckster 3 년 전
부모
커밋
8f58dacaab
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      setup/mqtt-install.sh

+ 2 - 2
setup/mqtt-install.sh

@@ -28,8 +28,8 @@ BL=`echo "\033[36m"`
 CM='\xE2\x9C\x94\033'
 GN=`echo "\033[1;92m"`
 CL=`echo "\033[m"`
-RETRY_NUM=15
-RETRY_EVERY=5
+RETRY_NUM=5
+RETRY_EVERY=3
 NUM=$RETRY_NUM
 
 echo -en "${GN} Setting up Container OS... "