Explorar o código

Update mqtt-install.sh

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
8f58dacaab
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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... "