comment newline

pull/26/head
ibuler 2015-12-21 16:58:30 +08:00
parent 42f6392cc4
commit 7adcb11f1d
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class Setup(object):
def _run_service():
os.system('sh %s start' % os.path.join(jms_dir, 'service.sh'))
print
color_print('安装成功请访问web, 祝你使用愉快。请访问 https://github.com/ibuler/jumpserver 查看文档', 'green')
color_print('安装成功请访问web, 祝你使用愉快。\n请访问 https://github.com/ibuler/jumpserver 查看文档', 'green')
def start(self):
print "开始安装Jumpserver, 要求环境为 CentOS 6.5 x86_64"