Commit 1b5347cb authored by YannGarcia's avatar YannGarcia
Browse files

Reporting bug fixes from MEC-10-2 PkgMgt TPs

parent 26b5eb52
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -170,11 +170,11 @@ export ATS=AtsMec
make
make


# Change user in cfg files
# Change user in cfg files
cd ${HOME}/dev/TTF_T012_Mec/scripts
cd /home/vagrant/dev/TTF_T012_Mec/scripts
./update_user_name.sh TTF_T012_Mec
./update_user_name.sh TTF_T012_Mec


# Update configuration file
# Update configuration file
cd ./etc/AtsMec
cd /home/vagrant/dev/TTF_T012_Mec/etc/AtsMec
ln -sf AtsMec_Sandbox.cf_ AtsMec.cfg
ln -sf AtsMec_Sandbox.cf_ AtsMec.cfg
cd -
cd -