Commit 992507a6 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in install.sh

parent fa066a2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ BASE_PATH=`pwd`
#git checkout devel
#git submodule update --init --recursive --remote

if [ ! -f ./titan-test-system-framework ]
if [ ! -d ./titan-test-system-framework ]
then
    git clone --recurse-submodules --branch devel https://labs.etsi.org/rep/cti-tools/titan-test-system-framework.git
    cd ./titan-test-system-framework