Skip to content

Commit

Permalink
Fix copywriting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
P3TERX committed Jan 23, 2020
1 parent c8d6180 commit 99a1456
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions root/etc/cont-init.d/08-aria2_conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,31 @@ while [ ! -e delete.aria2.sh ]; do
echo -e "${INFO} Doanload 'delete.aria2.sh' ..."
curl -fsSLO https://raw.githubusercontent.com/P3TERX/aria2.conf/master/delete.aria2.sh
[ ! -e delete.aria2.sh ] \
&& echo -e "${ERROR} 'aria2.conf' doanload error, retry ..."
&& echo -e "${ERROR} 'delete.aria2.sh' doanload error, retry ..."
sleep 5
done

while [ ! -e delete.sh ]; do
echo -e "${INFO} Doanload 'delete.sh' ..."
curl -fsSLO https://raw.githubusercontent.com/P3TERX/aria2.conf/master/delete.sh
[ ! -e delete.sh ] \
&& echo -e "${ERROR} 'aria2.conf' doanload error, retry ..."
&& echo -e "${ERROR} 'delete.sh' doanload error, retry ..."
sleep 5
done

while [ ! -e dht.dat ]; do
echo -e "${INFO} Doanload 'dht.dat' ..."
curl -fsSLO https://raw.githubusercontent.com/P3TERX/aria2.conf/master/dht.dat
[ ! -e dht.dat ] \
&& echo -e "${ERROR} 'aria2.conf' doanload error, retry ..."
&& echo -e "${ERROR} 'dht.dat' doanload error, retry ..."
sleep 5
done

while [ ! -e dht6.dat ]; do
echo -e "${INFO} Doanload 'dht6.dat' ..."
curl -fsSLO https://raw.githubusercontent.com/P3TERX/aria2.conf/master/dht6.dat
[ ! -e dht6.dat ] \
&& echo -e "${ERROR} 'aria2.conf' doanload error, retry ..."
&& echo -e "${ERROR} 'dht6.dat' doanload error, retry ..."
sleep 5
done

Expand Down

0 comments on commit 99a1456

Please sign in to comment.