mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
win: really fixed rebuild.
This commit is contained in:
parent
b3e5b31053
commit
6b5575bfe3
|
@ -461,7 +461,10 @@ function do_rebuild() {
|
|||
err_and_quit "failed to update"
|
||||
}
|
||||
|
||||
Start-Process -NoNewWindow -FilePath $script:MyInvocation.MyCommand -ArgumentList $script:args
|
||||
$myself = Join-Path $PSScriptRoot $script:MyInvocation.MyCommand
|
||||
$newargs = @($myself) + $script:args
|
||||
# logdbg "Running: Start-Process -NoNewWindow -FilePath powershell.exe -ArgumentList $($newargs)"
|
||||
Start-Process -NoNewWindow -FilePath powershell.exe -ArgumentList $newargs -Wait
|
||||
exit 0
|
||||
|
||||
} elseif ($REMOTE.Equals($BASE)) {
|
||||
|
|
Loading…
Reference in a new issue