diff options
Diffstat (limited to 'ikiwiki/bin/post-update')
-rwxr-xr-x | ikiwiki/bin/post-update | 2 |
1 files changed, 2 insertions, 0 deletions
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 |