Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aiastia authored Jun 30, 2024
1 parent 098bd75 commit a7413a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ chmod 0777 /tracker.sh
/bin/bash tracker.sh "/root/.aria2/aria2.conf"

rm -rf /bot
git clone https://github.com/666wcy/ARPT-Bot.git
git clone https://github.com/aiastia-dockerhub/ARPT-Bot.git
mkdir /bot/
mv /ARPT-Bot/bot/* /bot/

Expand All @@ -35,4 +35,4 @@ nohup aria2c --conf-path=/root/.aria2/aria2.conf --rpc-listen-port=8080 --rpc-se
nohup rclone rcd --rc-addr=127.0.0.1:5572 --rc-user=root --rc-pass=$Aria2_secret --rc-allow-origin="https://elonh.github.io" &
#nohup python3 /bot/web.py &

python3 /bot/main.py
python3 /bot/main.py

0 comments on commit a7413a9

Please sign in to comment.