home · contact · privacy
Fix seedbox stup script.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 11 Oct 2020 20:03:51 +0000 (22:03 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 11 Oct 2020 20:03:51 +0000 (22:03 +0200)
buster/setup_scripts/setup_seedbox.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a79870e..55a9a03
@@ -4,5 +4,5 @@ set -e
 ./install_for_target.sh seedbox
 
 # As according to <https://rtorrent-docs.readthedocs.io/en/latest/cookbook.html#modernized-configuration-template>
-su -lc "curl -Ls \"https://raw.githubusercontent.com/wiki/rakshasa/rtorrent/CONFIG-Template.md\" grep -A9999 '^######' | grep -B9999 '^### END' sed -re \"s:/home/USERNAME:\$HOME:\" >~/.rtorrent.rc" plom
+su -lc "curl -Ls 'https://raw.githubusercontent.com/wiki/rakshasa/rtorrent/CONFIG-Template.md' | grep -A9999 '^######' | grep -B9999 '^### END' | sed -re \"s:/home/USERNAME:\$HOME:\" >~/.rtorrent.rc" plom
 su -lc "mkdir ~/rtorrent" plom