Merge branch '2.1.x' into devel

This commit is contained in:
Martin Konecny 2012-08-08 00:09:13 -04:00
commit f33485f8ea
5 changed files with 99 additions and 10 deletions

View file

@ -87,6 +87,13 @@ try:
liq_path = p.communicate()[0].strip()
if p.returncode == 0:
try:
os.unlink(liq_path)
except Exception:
#liq_path DNE, which is OK.
pass
os.symlink(liq_path, "/usr/bin/airtime-liquidsoap")
else:
print " * Liquidsoap binary not found!"