From 251d41a962524124b41106142561f61e2735d4dc Mon Sep 17 00:00:00 2001 From: ebolam Date: Tue, 20 Dec 2022 20:51:11 -0500 Subject: [PATCH] git pull --recurse-submodules update to new docker image --- docker-standalone/docker-helper_new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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