-fixed liquidsoap not working when the liquidsoap global libraries were not installed
This commit is contained in:
parent
277095a538
commit
692ba3513b
23 changed files with 908 additions and 50 deletions
|
@ -21,7 +21,7 @@ def remove_user(username):
|
|||
print "Waiting for processes to close..."
|
||||
time.sleep(5)
|
||||
|
||||
os.system("deluser --remove-home " + username + " > /dev/null")
|
||||
os.system("deluser --remove-home " + username + " 1>/dev/null")
|
||||
|
||||
try:
|
||||
os.system("python ./pypo-stop.py")
|
||||
|
@ -44,4 +44,4 @@ try:
|
|||
remove_user("pypo")
|
||||
print "Uninstall complete."
|
||||
except Exception, e:
|
||||
print "exception:" + str(e)
|
||||
print "exception:" + str(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue