File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33# check for service name and git repo supplied on CLI
44if [ " $# " -ne 2 ]; then
5- echo -e " Not enough args given. Please use the form:\n./bootstrap-deployer <service name> <git repo clone link>"
6- echo -e " Example:\n./bootstrap-deployer CullenTaylor https://github.com/USER/REPO"
7- exit
5+ echo -e " Not enough args given. Please use the form:\n./bootstrap-deployer <service name> <git repo clone link>"
6+ echo -e " Example:\n./bootstrap-deployer CullenTaylor https://github.com/USER/REPO"
7+ exit
88fi
99
1010# install prerequisite packages
@@ -16,7 +16,7 @@ echo -e "export WORKON_HOME=$HOME/.virtualenvs\nexport PROJECT_HOME=/root/develo
1616source ~ /.bashrc
1717
1818if [ ! -d " /root/deployment" ]; then
19- mkdir /root/deployment
19+ mkdir /root/deployment
2020fi
2121
2222cd /root/deployment
Original file line number Diff line number Diff line change 3737 fi
3838done
3939
40- # the biz
40+ # Allow for unauthenticated packages
4141for arg in " $@ "
4242do
4343 if [[ " $arg " != " -p" ]]; then
You can’t perform that action at this time.
0 commit comments