Skip to content

Commit

Permalink
Update rtinst
Browse files Browse the repository at this point in the history
  • Loading branch information
arakasi72 authored Aug 2, 2019
1 parent 4ead4b7 commit 060a4b7
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions scripts/rtinst
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,13 @@ if [ -z $ru_current ]; then
echo " RuTorrent was not installed" | tee -a $home/rtinst.info
else
echo " RuTorrent $ru_current installed" | tee -a $home/rtinst.info
echo " rutorrent can be accessed at https://$serverdn/rutorrent" | tee -a $home/rtinst.info

if [ $leflag = 0 ]; then
echo " rutorrent can be accessed at https://$serverdn/rutorrent" | tee -a $home/rtinst.info
else
echo " rutorrent can be accessed at https://$serverip/rutorrent" | tee -a $home/rtinst.info
fi

if [ $passflag = 1 ]; then
echo " rutorrent password set to $webpass" | tee -a $home/rtinst.info
elif [ $passflag = 2 ]; then
Expand All @@ -986,7 +992,12 @@ else
fi
echo " to change rutorrent password enter: rtpass" | tee -a $home/rtinst.info
echo | tee -a $home/rtinst.info
echo " If enabled, access https downloads at https://$serverdn/download/$user" | tee -a $home/rtinst.info

if [ $leflag = 0 ]; then
echo " If enabled, access https downloads at https://$serverdn/download/$user" | tee -a $home/rtinst.info
else
echo " If enabled, access https downloads at https://$serverip/download/$user" | tee -a $home/rtinst.info
fi
fi

echo | tee -a $home/rtinst.info
Expand Down

0 comments on commit 060a4b7

Please sign in to comment.