diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-23 15:29:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-23 15:29:23 -0400 |
| commit | 35ccb0fac6bffeb28acd5610ebd24bcc0bbd972a (patch) | |
| tree | fc79a7f99c59de4e052877b9fe3a36f03571d8e7 /src/Propellor/Property | |
| parent | 9b9a3d6ea18cc2de8b42cce4a234649120fef1ae (diff) | |
fix screen dir mode
Diffstat (limited to 'src/Propellor/Property')
| -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" ] |
