Merge pull request #628 from Citadel-Station-13/upstream-merge-26642
[MIRROR] Fixes Linux buildscript chime when server ready
This commit is contained in:
@@ -47,7 +47,7 @@ def stage3(profile_mode=False):
|
|||||||
try:
|
try:
|
||||||
while p.returncode is None:
|
while p.returncode is None:
|
||||||
stdout = p.stdout.readline()
|
stdout = p.stdout.readline()
|
||||||
if "Initializations complete." in stdout:
|
if "Initializations complete" in stdout:
|
||||||
play("sound/misc/server-ready.ogg")
|
play("sound/misc/server-ready.ogg")
|
||||||
time_taken = time.time() - start_time
|
time_taken = time.time() - start_time
|
||||||
print("{} seconds taken to fully start".format(time_taken))
|
print("{} seconds taken to fully start".format(time_taken))
|
||||||
|
|||||||
Reference in New Issue
Block a user