remove screen workaround

Turns out elephant's oldusenet shellbox docker instance somehow had a
non-setguid screen binary. Dunno how; reinstall fixed it.
This commit is contained in:
Joey Hess 2014-12-23 15:45:35 -04:00
parent 35ccb0fac6
commit c7aac0b35e
1 changed files with 0 additions and 3 deletions

View File

@ -88,9 +88,6 @@ oldUseNetInstalled pkg = check (not <$> Apt.isInstalled pkg) $
, "dpkg -i ../" ++ pkg ++ "_*.deb || true"
, "apt-get -fy install" -- dependencies
, "rm -rf /root/tmp/oldusenet"
-- screen fails unless the directory has this mode.
-- not sure what's going on.
, "chmod 775 /var/run/screen"
] `describe` "olduse.net built"
]