Ajout : etc/openssl/
[lhc/ateliers.git] / vm_remote
index 5877802..f951f3c 100755 (executable)
--- a/vm_remote
+++ b/vm_remote
@@ -32,6 +32,7 @@ rule_git_configure () { # DESCRIPTION: configure ./.git correctement
        git remote rm hosted || true
        git remote add hosted root@$vm_fqdn:tool/vm
        git config --replace remote.hosted.push HEAD:refs/remotes/master
+       git submodule update --init
        )
  }
 rule_git_push () { # SYNTAX: {host|hosted} $git_push_options