diff --git a/docker-standalone/docker-helper_new.sh b/docker-standalone/docker-helper_new.sh index 15116853..1efdfffe 100755 --- a/docker-standalone/docker-helper_new.sh +++ b/docker-standalone/docker-helper_new.sh @@ -1,7 +1,7 @@ #!/bin/bash cd /opt/koboldai if [[ -n update ]];then - git pull + git pull --recurse-submodules fi #The goal here is to allow any directory in /content to be mapped to the appropriate dir in the koboldai dir