From cba7195670f58db891f41cf5306cc875e1c1d656 Mon Sep 17 00:00:00 2001 From: ibuler Date: Fri, 18 Dec 2015 23:03:48 +0800 Subject: [PATCH] chmod +x script --- connect.py | 0 install/install.py | 0 install/next.py | 2 +- install/zzjumpserver.sh | 0 run_websocket.py | 0 service.sh | 0 6 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 connect.py mode change 100644 => 100755 install/install.py mode change 100644 => 100755 install/next.py mode change 100644 => 100755 install/zzjumpserver.sh mode change 100644 => 100755 run_websocket.py mode change 100644 => 100755 service.sh diff --git a/connect.py b/connect.py old mode 100644 new mode 100755 diff --git a/install/install.py b/install/install.py old mode 100644 new mode 100755 diff --git a/install/next.py b/install/next.py old mode 100644 new mode 100755 index 272847b58..ef7319d67 --- a/install/next.py +++ b/install/next.py @@ -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" diff --git a/install/zzjumpserver.sh b/install/zzjumpserver.sh old mode 100644 new mode 100755 diff --git a/run_websocket.py b/run_websocket.py old mode 100644 new mode 100755 diff --git a/service.sh b/service.sh old mode 100644 new mode 100755