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"