Browse Source

Update '.scripts/template_init.command'

Iamabot 2 years ago
parent
commit
512031c750
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .scripts/template_init.command

+ 2 - 0
.scripts/template_init.command

@@ -34,6 +34,7 @@ gin git branch -D master
 
 # initialise submodules
 gin git submodule update --init --recursive
+git submodule update --recursive --remote
 
 # if the template was not initialise before, let's do it
 # new tonic version do that, so this should be obsolete.
@@ -79,6 +80,7 @@ else
 fi
 
 if test -f "00repo_needs_initialisation00.txt" ;
+then
 
     # delete file telling the initialisation need to be done
     rm "00repo_needs_initialisation00.txt"