mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-04 18:46:39 +00:00
fix install bug
This commit is contained in:
parent
59591c2a13
commit
439efa1c83
@ -201,6 +201,12 @@ class PreSetup(object):
|
||||
self._rpm_repo()
|
||||
self._depend_rpm()
|
||||
self._require_pip()
|
||||
self._set_env()
|
||||
self._pull()
|
||||
self._input_ip()
|
||||
self._input_mysql()
|
||||
self._input_smtp()
|
||||
self.write_conf()
|
||||
os.system('python next.py')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user