Some changes

This commit is contained in:
WolverinDEV 2019-10-13 21:59:43 +02:00
parent b22afd2b6d
commit 1e47acb8d5
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ echo "Building TeaSpeak at version $(git rev-parse HEAD)"
cd .. cd ..
echo "Updating submodules" echo "Updating submodules"
git submodule update --init --recursive #git submodule update --init --recursive
git submodule update --init --checkout --recursive -f
[[ $? -ne 0 ]] && { [[ $? -ne 0 ]] && {
echo "Failed to update submodules. Aborting" echo "Failed to update submodules. Aborting"
exit 1 exit 1