mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
win: fixed rebuild.
This commit is contained in:
parent
94f91ccd4d
commit
531d5e477a
|
@ -461,7 +461,7 @@ function do_rebuild() {
|
||||||
err_and_quit "failed to update"
|
err_and_quit "failed to update"
|
||||||
}
|
}
|
||||||
|
|
||||||
Start-Process -NoNewWindow -FilePath $script:MyInvocation.ScriptName -ArgumentList $script:args
|
Start-Process -NoNewWindow -FilePath $script:MyInvocation.MyCommand -ArgumentList $script:args
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
} elseif ($REMOTE.Equals($BASE)) {
|
} elseif ($REMOTE.Equals($BASE)) {
|
||||||
|
|
Loading…
Reference in a new issue