Skip to content

Commit

Permalink
Will not overwrite an existing common.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 27, 2016
1 parent 30683cd commit bc0f73b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ git clone git@github.internet2.edu:docker/util.git
find util/bin -name "*.sh" -exec sh -c 'echo "$1" | sed "s/util\///" >> .gitignore' -- {} \;
mv util/bin bin
mv util/README.md BINSCRIPTS.md
mv util/common.bash.sample common.bash
if [ ! -f common.bash ]; then
mv util/common.bash.sample common.bash
fi
rm -rf util

0 comments on commit bc0f73b

Please sign in to comment.