소스 검색

🐛: fix start.sh

ulyc 2 년 전
부모
커밋
5757d21237
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      init.sh

+ 1 - 1
init.sh

@@ -73,7 +73,7 @@ function generate_launch_shell() {
   for ((i = 1; i <= "$md_count"; i++)); do
     m=$(echo "$md" | awk -v i="$i" '{print $i }')
     mp="500$i"
-    echo "/usr/bin/gunicorn $m .app:app -b 0.0.0.0:$mp " >>"start.sh"
+    echo "/usr/bin/gunicorn $m.app:app -b 0.0.0.0:$mp -D" >>"start.sh"
 
     m_domain="$m.$domain_name"