Commit 844c163b authored by garciay's avatar garciay
Browse files

Remove ^M

parent 2f10b7db
Loading
Loading
Loading
Loading
+15 −15
Original line number Original line Diff line number Diff line
@@ -5,11 +5,11 @@
#set -vx
#set -vx
set -e
set -e


cd "${dirname "$0"}"
cd $(dirname $0)


run_dir="$(pwd)"
run_dir=`pwd`


cd docker
cd docker


./build-container.sh
./build-container.sh
./run-container.sh "${run_dir}"
./run-container.sh $run_dir
+3 −0
Original line number Original line Diff line number Diff line
@@ -135,6 +135,9 @@ if [ ${USERNAME} != '' ] && [ ${PASSWORD} != '' ]
then
then
    cd ${HOME}/tmp
    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.vagrant.org/svn/ITS/branches/STF525
else
    echo "Pease set <username> & <password> in your local Vagrantfile"
    exit -1
fi
fi


sudo echo "" >> /etc/profile 
sudo echo "" >> /etc/profile 
+1 −1
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@
#set -e
#set -e
#set -vx
#set -vx


docker run -it --rm stf525_its:latest /bin/bash -c "sudo stf525"
docker run -it --rm stf525_its:latest /bin/bash #-c "sudo etsi"


# That's all Floks
# That's all Floks
exit 0
exit 0
+66 −66

File changed.

Contains only whitespace changes.