mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
submodule init-ing fixes
This commit is contained in:
parent
2f763f3ab9
commit
ef58038a83
2 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,7 @@ cp -r ./defaultPublicFiles/* ./publicDirs/qminingPublic/
|
|||
# ------------------------------------------------------------------------------------
|
||||
log 'Updating / Cloning project'
|
||||
git pull || exit 1
|
||||
git submodule update --init --recursive || exit 1
|
||||
git submodule update --init --recursive --remote || exit 1
|
||||
|
||||
# ------------------------------------------------------------------------------------
|
||||
# DB-s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue