mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 02:39:26 +00:00
win: fixed rebuild.
This commit is contained in:
parent
94f91ccd4d
commit
531d5e477a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue