mirror of https://github.com/jumpserver/jumpserver
chmod +x script
parent
446a51122f
commit
cba7195670
|
@ -70,7 +70,7 @@ class Setup(object):
|
||||||
def _run_service():
|
def _run_service():
|
||||||
os.system('sh %s start' % os.path.join(jms_dir, 'service.sh'))
|
os.system('sh %s start' % os.path.join(jms_dir, 'service.sh'))
|
||||||
print
|
print
|
||||||
color_print('安装成功,请访问web .')
|
color_print('安装成功,请访问web, 祝你使用愉快。请访问 https://github.com/ibuler/jumpserver 查看文档')
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
print "开始安装Jumpserver, 要求环境为 CentOS 6.5 x86_64"
|
print "开始安装Jumpserver, 要求环境为 CentOS 6.5 x86_64"
|
||||||
|
|
Loading…
Reference in New Issue