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