mirror of https://gitee.com/bigwinds/arangodb
wait at least once for service to be down so the .exe gets released
This commit is contained in:
parent
ac79f7d7c6
commit
f2be259959
|
@ -59,6 +59,7 @@ Function ${un}WaitForServiceDown
|
|||
${EndIf}
|
||||
IntOp $R0 $R0 + 1
|
||||
Goto try_again
|
||||
Sleep 1000
|
||||
FunctionEnd
|
||||
!macroend
|
||||
|
||||
|
|
Loading…
Reference in New Issue