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

Remove ^M

parent 2f10b7db
......@@ -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
......@@ -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
......
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment