From 34ba187c2e76dc6adf77de41304647f6569c6dd8 Mon Sep 17 00:00:00 2001 From: Andrea Cotza Date: Sun, 4 Oct 2015 17:01:07 +0200 Subject: [PATCH] Update ruTorrent too --- scripts/upgrade | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index bdc61ef..abdb0ca 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -30,4 +30,9 @@ sudo make install sudo ldconfig +# Update ruTorrent +cd /var/www/rutorrent +sudo git pull +sudo chown -R www-data:www-data /var/www/rutorrent + sudo service rtorrent start