Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed Oct 2, 2018
1 parent 2ebb086 commit 3811c6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ccaa
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
##### Author:xiaoz.me #####
##### Update:2017-12-08 #####

#导入环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin
export PATH

aria2pid=$(pgrep 'aria2c')
caddypid=$(pgrep 'caddy')

Expand Down
3 changes: 1 addition & 2 deletions ccaa.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash
##### 一键安装Caddy + Aria2 + AriaNg #####
##### 作者:xiaoz.me #####
##### 更新时间:2018-09-28 #####
##### 更新时间:2018-10-02 #####

#导入环境变量

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin
export PATH

Expand Down
3 changes: 2 additions & 1 deletion upbt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
##### 作者:xiaoz.me #####
##### 更新时间:2018-09-28 #####

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
#导入环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin
export PATH

function up_tracker(){
Expand Down

0 comments on commit 3811c6a

Please sign in to comment.