Commit 27223a18 authored by 假想控's avatar 假想控 Committed by GitHub

Update next.py

修改安装成功访问web提示信息
parent e0ae7eee
...@@ -96,7 +96,7 @@ class Setup(object): ...@@ -96,7 +96,7 @@ class Setup(object):
cmd = 'bash %s start' % os.path.join(jms_dir, 'service.sh') cmd = 'bash %s start' % os.path.join(jms_dir, 'service.sh')
shlex.os.system(cmd) shlex.os.system(cmd)
print print
color_print('安装成功,请访问web, 祝你使用愉快。\n请访问 https://github.com/jumpserver/jumpserver/wiki 查看文档', 'green') color_print('安装成功,Web登录请访问http://ip:8000, 祝你使用愉快。\n请访问 https://github.com/jumpserver/jumpserver/wiki 查看文档', 'green')
def start(self): def start(self):
print "开始安装Jumpserver ..." print "开始安装Jumpserver ..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment