File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1717
1818# 版本信息,请勿修改
1919# =================
20- SHELL_VERSION=21
20+ SHELL_VERSION=22
2121CONFIG_VERSION=6
2222INIT_VERSION=3
2323# =================
@@ -810,7 +810,7 @@ install_supervisor() {
810810 fi
811811
812812 if ! command_exists pip; then
813- # 如果没有监测到 pip 命令,但当前服务器已经安装 python
813+ # 如果没有监测到 pip 命令,但当前服务器已经安装 python
814814 # 使用 get-pip.py 脚本来安装 pip 命令
815815 if command_exists python; then
816816 local python_version=" $( python -V 2>&1 ) "
Original file line number Diff line number Diff line change 11{
2- "shell_version" : 21 ,
2+ "shell_version" : 22 ,
33 "shell_url" : " https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh" ,
4- "change_log" : " 1. 由于新版 python-setuptools 移除了 easy_install,故使用 pip 替换 easy_install; \n 2. 将 Supervisor 的 systemd service 文件从 /lib 移动到了 /etc 。" ,
4+ "change_log" : " 1. 修复 python 2.6 下 pip 安装失败的问题 。" ,
55 "config_version" : 6 ,
66 "config_change_log" : " 1.支持 snmp 和 pprof 参数;\n 2.输出新版手机端参数" ,
77 "init_version" : 3 ,
You can’t perform that action at this time.
0 commit comments