Explorar o código

修复配置生成bug

kindring %!s(int64=2) %!d(string=hai) anos
pai
achega
5eee2f4edc
Modificáronse 1 ficheiros con 2 adicións e 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
         # 导出数据库