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

Update rtinst.sh

This commit is contained in:
arakasi72
2014-10-08 16:49:22 +01:00
parent 0c3fb6dcdc
commit 9d7f644dfd

View File

@@ -466,6 +466,10 @@ echo "autodl-irssi update complete"
(crontab -u $user -l; echo "$cronline1" ) | crontab -u $user -
(crontab -u $user -l; echo "$cronline2" ) | crontab -u $user -
sshport=$(grep 'Port ' /etc/ssh/sshd_config | sed 's/[^0-9]*//g')
ftpport=$(grep 'listen_port=' /etc/vsftpd.conf | sed 's/[^0-9]*//g')
echo
echo "crontab entries made. rtorrent and irssi will start on boot for $user"
echo