Merge branch '2.1.x' into devel
This commit is contained in:
commit
f33485f8ea
5 changed files with 99 additions and 10 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue