Merge develop

This commit is contained in:
Petr Kalis 2022-12-08 11:21:38 +01:00
commit 492e5bbd03
169 changed files with 4267 additions and 1648 deletions

View file

@ -112,4 +112,6 @@ $mongoPath = Find-Mongo $preferred_version
Write-Color -Text ">>> ", "Using DB path: ", "[ ", "$($dbpath)", " ]" -Color Green, Gray, Cyan, White, Cyan
Write-Color -Text ">>> ", "Port: ", "[ ", "$($port)", " ]" -Color Green, Gray, Cyan, White, Cyan
New-Item -ItemType Directory -Force -Path $($dbpath)
Start-Process -FilePath $mongopath "--dbpath $($dbpath) --port $($port)" -PassThru | Out-Null