diff options
-rwxr-xr-x | ikiwiki/bin/post-receive | 2 | ||||
-rwxr-xr-x | ikiwiki/bin/post-update | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ikiwiki/bin/post-receive b/ikiwiki/bin/post-receive index 7411db5..996189d 100755 --- a/ikiwiki/bin/post-receive +++ b/ikiwiki/bin/post-receive @@ -4,4 +4,4 @@ cd .. unset GIT_DIR git checkout -f -git submodule update --init +git submodule update --init --recursive diff --git a/ikiwiki/bin/post-update b/ikiwiki/bin/post-update index beed524..48a6a16 100755 --- a/ikiwiki/bin/post-update +++ b/ikiwiki/bin/post-update @@ -10,5 +10,7 @@ else git checkout -f fi +git submodule update --init --recursive + cd - exec git update-server-info |