Commit 5b65fb9a authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in install.sh

parent d0f5d362
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@ do
    if [ "$BS" == "AtsGeoNetworking" ]
    if [ "$BS" == "AtsGeoNetworking" ]
    then
    then
        git checkout --recurse-submodules origin/master
        git checkout --recurse-submodules origin/master
    elif test "$BS" != "AtsAVM" && test "$BS" != "AtsAPIM" && test "$BS" != "AtsSAEM"; then
    elif test "$BS" != "AtsAVM" && test "$BS" != "AtsPIM" && test "$BS" != "AtsSAEM"; then
        git checkout --recurse-submodules $ORG_BRANCH
        git checkout --recurse-submodules $ORG_BRANCH
    fi
    fi
done
done