1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-31 16:34:16 +00:00

Update rtinst.sh

This commit is contained in:
arakasi72
2014-09-23 22:49:55 +01:00
parent 7b06805897
commit 2c3cbcfa29

View File

@@ -235,7 +235,7 @@ fi
sudo mv /etc/nginx/sites-available/default /etc/nginx/sites-available/default.old
cd ~
if [ $DLFLAG = 0]
if [ $DLFLAG = 0 ]
then
wget --no-check-certificate https://raw.githubusercontent.com/arakasi72/rtinst/master/nginxsitedl -O nginxsite
else
@@ -322,7 +322,7 @@ echo "autodl-irssi update complete"
echo
echo "crontab entries made. rtorrent and irssi will start on boot for $LOGNAME"
echo
if [ $DLFLAG = 0]
if [ $DLFLAG = 0 ]
then
find ~ -type d -print0 | xargs -0 chmod 755
echo "Access https downloads at https://$SERVERIP/download/$LOGNAME"