Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed Feb 28, 2020
1 parent fffcc78 commit 9e1eb67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ccaa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ function del_post() {
}
#设置账号密码
function setting(){
cd
cd ./ccaa_tmp
echo '-------------------------------------------------------------'
read -p "设置下载路径(请填写绝对地址,默认/data/ccaaDown):" downpath
read -p "Aria2 RPC 密钥:(字母或数字组合,不要含有特殊字符):" secret
Expand Down Expand Up @@ -163,7 +165,7 @@ function setting(){

#更新tracker
bash /etc/ccaa/upbt.sh

#安装AriaNg
cp ccaa-master/ccaa_web /usr/sbin/
chmod +x /usr/sbin/ccaa_web
Expand Down

0 comments on commit 9e1eb67

Please sign in to comment.