mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-09 19:29:03 +00:00
Fixed setup script.
This commit is contained in:
@@ -107,6 +107,10 @@ Press ENTER to continue
|
|||||||
shell=True)
|
shell=True)
|
||||||
return proc.wait()
|
return proc.wait()
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def get_command_output(args, *a, **kw):
|
||||||
|
return subprocess.check_output(args, *a, **kw)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def prepend_env_value(name, value, env=None, seperator=':'):
|
def prepend_env_value(name, value, env=None, seperator=':'):
|
||||||
'''prepend a new value to a list'''
|
'''prepend a new value to a list'''
|
||||||
|
Reference in New Issue
Block a user