diff options
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 6d4f2a18..fce4d319 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -90,7 +90,7 @@ oldUseNetInstalled pkg = check (not <$> Apt.isInstalled pkg) $ , "rm -rf /root/tmp/oldusenet" -- screen fails unless the directory has this mode. -- not sure what's going on. - , "chmod 777 /var/run/screen" + , "chmod 775 /var/run/screen" ] `describe` "olduse.net built" ] |
