From 2c3cbcfa299ff3bc094040c0f97d66fa8cdac865 Mon Sep 17 00:00:00 2001 From: arakasi72 Date: Tue, 23 Sep 2014 22:49:55 +0100 Subject: [PATCH] Update rtinst.sh --- rtinst.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtinst.sh b/rtinst.sh index 6e764b5..ba136a5 100644 --- a/rtinst.sh +++ b/rtinst.sh @@ -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"