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

Remove ^M

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

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

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

cd docker

./build-container.sh
./run-container.sh "${run_dir}"
./run-container.sh $run_dir
+3 −0
Original line number Diff line number Diff line
@@ -135,6 +135,9 @@ if [ ${USERNAME} != '' ] && [ ${PASSWORD} != '' ]
then
    cd ${HOME}/tmp
    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

sudo echo "" >> /etc/profile 
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#set -e
#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
exit 0
+66 −66

File changed.

Contains only whitespace changes.