Dockerfile changes

This commit is contained in:
Fergal Moran
2015-10-30 19:41:20 +00:00
parent 5be201424e
commit 6db0fd4357
2 changed files with 3 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ relay = IceRelay(options=options)
def main():
if relay.channel_open():
logging.error("Starting relay")
relay.start()
else:
logging.error("IceCast relay failed to start")