diff options
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 5b518d17..bdc60a5b 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -185,7 +185,7 @@ annexWebSite hosts origin hn uuid remotes = propertyList (hn ++" website using g [ Git.cloned "joey" origin dir Nothing `onChange` setup , postupdatehook `File.hasContent` - [ "!/bin/sh" + [ "#!/bin/sh" , "exec git update-server-info" ] `onChange` (postupdatehook `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes))) |
