Commit 61d535a5 authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in vagrant/provisioner.bash script

parent 0fb5ac93
......@@ -159,18 +159,18 @@ if wget --progress=dot:mega 'https://www.eclipse.org/downloads/download.php?file
fi
# Build Titan
cd /home/vagrant/dev/TTF012_Mec/scripts
cd /home/vagrant/dev/TTF_T012_Mec/scripts
./build_titan.bash
. /home/vagrant/devenv.bash
# Build ATSs
cd /home/vagrant/dev/TTF012_Mec
cd /home/vagrant/dev/TTF_T012_Mec
export ATS=AtsMec
make
# Change user in cfg files
cd ${HOME}/dev/TTF012_Mec/scripts
./update_user_name.sh TTF012_Mec
cd ${HOME}/dev/TTF_T012_Mec/scripts
./update_user_name.sh TTF_T012_Mec
# Update configuration file
cd ./etc/AtsMec
......@@ -178,7 +178,7 @@ ln -sf AtsMec_Sandbox.cf_ AtsMec.cfg
cd -
# Change sudo in command line
cd /home/etsi/dev/TTF_T012_Mec/scripts
cd /home/vagrant/dev/TTF_T012_Mec/scripts
#sed --in-place 's/sudo/echo "etsi" \| sudo -S/' ./run_mtc.bash
#sed --in-place 's/sudo/echo "etsi" \| sudo -S/' ./run_ptcs.bash
......
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