Explorar o código

🐛: fix start.sh

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