chmod +x script

pull/26/head
ibuler 2015-12-18 23:03:48 +08:00
parent 446a51122f
commit cba7195670
6 changed files with 1 additions and 1 deletions

0
connect.py Normal file → Executable file
View File

0
install/install.py Normal file → Executable file
View File

2
install/next.py Normal file → Executable file
View File

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

0
install/zzjumpserver.sh Normal file → Executable file
View File

0
run_websocket.py Normal file → Executable file
View File

0
service.sh Normal file → Executable file
View File