From 1229523ad2cfd78c8217b1e17a5945fc40df8090 Mon Sep 17 00:00:00 2001 From: arakasi72 Date: Wed, 15 Oct 2014 11:14:30 +0100 Subject: [PATCH] Update rtinst.sh --- rtinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtinst.sh b/rtinst.sh index f6293dc..3eeb714 100644 --- a/rtinst.sh +++ b/rtinst.sh @@ -652,7 +652,7 @@ fi echo echo "crontab entries made. rtorrent and irssi will start on boot for $user" echo -echo "ftp client should be set to explicit ftp over tls using port $ftpport" | tee -a $home/rtinst.info +echo "ftp client should be set to explicit ftp over tls using port $ftpport" | tee $home/rtinst.info echo if [ $DLFLAG = 0 ]; then find $home -type d -print0 | xargs -0 chmod 755