diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-23 15:45:35 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-23 15:45:35 -0400 |
| commit | c7aac0b35e0a8b18dd46d6533c2fbc348f0de461 (patch) | |
| tree | 90321b630b8e0c3c8f15b213516e6a7424fc2164 | |
| parent | 35ccb0fac6bffeb28acd5610ebd24bcc0bbd972a (diff) | |
remove screen workaround
Turns out elephant's oldusenet shellbox docker instance somehow had a
non-setguid screen binary. Dunno how; reinstall fixed it.
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
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" ] |
