alroyso 1 жил өмнө
parent
commit
7a0594ce22

+ 1 - 0
lib/app/controller/config.dart

@@ -360,6 +360,7 @@ $rules
       isOk = await isPortOccupied(servicePort.value);
       if(isOk){
         servicePort.value = await getFreePort();
+        setSerivcePort(servicePort.value);
       }
     }