Explorar el Código

修复配置生成bug

kindring hace 2 años
padre
commit
5eee2f4edc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      package/startDockerImage.sh

+ 2 - 2
package/startDockerImage.sh

@@ -106,8 +106,8 @@ fi
 echo "检查是否需要配置sql"
 sleep 2
 if [ "$enable_sql" == "1" ];then
-    echo "等待sql启动"
-    sleep 15
+    echo "等待sql启动,等待60秒"
+    sleep 60
     docker ps -a | grep hfysql
     if [ $? -eq 0 ]; then
         # 导出数据库