Skip to content
Snippets Groups Projects
Commit bf2b8009 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed VM bootstrap scripts failing in some conditions.

parent 3178f0cf
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ sudo -u eric cp tigConf/tigrc ~eric/.tigrc
echo Installing minimal tools and tape tools
yum install -y git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace screen tig lsscsi mt-st mtx sg3_utils jq psmisc
sudo -u eric git config --global color.ui true
sudo -u eric git config --global user.email "Eric.Cano@cern.ch"
sudo -u eric git config --global user.name "Eric Cano"
(cd / ; sudo -u eric git config --global color.ui true)
(cd / ; sudo -u eric git config --global user.email "Eric.Cano@cern.ch")
(cd / ; sudo -u eric git config --global user.name "Eric Cano")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment