Commit 3efebc8d authored by garciay's avatar garciay
Browse files

Bug fixed in script

parent 4f45ead2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz
if [ ${USERNAME} != '' ] && [ ${PASSWORD} != '' ]
then
    cd ${HOME}/tmp
    svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.vagrant.org/svn/ITS/branches/STF525
    svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525
else
    echo "Pease set <username> & <password> in your local Vagrantfile"
    exit -1