Skip to content

Commit

Permalink
Fixes Linux buildscript chime when server ready
Browse files Browse the repository at this point in the history
  • Loading branch information
CitadelStationBot authored and CitadelStationBot committed Apr 29, 2017
1 parent a39b40d commit 88323ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/linux_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def stage3(profile_mode=False):
try:
while p.returncode is None:
stdout = p.stdout.readline()
if "Initializations complete." in stdout:
if "Initializations complete" in stdout:
play("sound/misc/server-ready.ogg")
time_taken = time.time() - start_time
print("{} seconds taken to fully start".format(time_taken))
Expand Down

0 comments on commit 88323ff

Please sign in to comment.