diff options
-rw-r--r-- | ikiwiki_da.setup | 2 | ||||
-rw-r--r-- | ikiwiki_da_admin.setup | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index 78b0f5f..cb320b1 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -44,7 +44,7 @@ use IkiWiki::Setup::Standard { # # Note that this will overwrite any existing # # post-update hook script, which may not be # # what you want. - # wrapper => $ENV{'HOME'} . "/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki", + # wrapper => $ENV{'HOME'} . "/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-da", # wrappermode => "06755", #}, ], diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup index 3ab20ca..54eabb4 100644 --- a/ikiwiki_da_admin.setup +++ b/ikiwiki_da_admin.setup @@ -43,7 +43,7 @@ use IkiWiki::Setup::Standard { # # Note that this will overwrite any existing # # post-update hook script, which may not be # # what you want. - # wrapper => $ENV{'HOME'} . "/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-admin", + # wrapper => $ENV{'HOME'} . "/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-da-admin", # wrappermode => "06755", #}, ], |