git pull --recurse-submodules update to new docker image

This commit is contained in:
ebolam
2022-12-20 20:51:11 -05:00
parent 3b4a257a3d
commit 251d41a962

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
cd /opt/koboldai cd /opt/koboldai
if [[ -n update ]];then if [[ -n update ]];then
git pull git pull --recurse-submodules
fi fi
#The goal here is to allow any directory in /content to be mapped to the appropriate dir in the koboldai dir #The goal here is to allow any directory in /content to be mapped to the appropriate dir in the koboldai dir