summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-12-23 15:45:35 -0400
committerJoey Hess2014-12-23 15:45:35 -0400
commitc7aac0b35e0a8b18dd46d6533c2fbc348f0de461 (patch)
tree90321b630b8e0c3c8f15b213516e6a7424fc2164 /src
parent35ccb0fac6bffeb28acd5610ebd24bcc0bbd972a (diff)
remove screen workaround
Turns out elephant's oldusenet shellbox docker instance somehow had a non-setguid screen binary. Dunno how; reinstall fixed it.
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index fce4d319..2df6749d 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -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"
]