home · contact · privacy
Add screen fix.
[config] / buster / setup_scripts / setup_seedbox.sh
index 55a9a037ebf709a5aa26b26fbd2e181ac6d34f6d..32c77916c431e2d4c8ca3d7f08c94e586e100327 100755 (executable)
@@ -6,3 +6,7 @@ set -e
 # 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 "mkdir ~/rtorrent" plom
+
+# As according to <https://unix.stackexchange.com/a/475485>
+chmod u+s /usr/bin/screen
+chmod 755 /var/run/screen