X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=new_home_directory;h=706c1cb9562aa593dad3b39ae6c1b0b40ce427bc;hb=5a7140fe58d43c8eed98f94f907c7cb1f240a9ca;hp=94348da9eba40d1cfd661614c591b5247b9b8f00;hpb=14f8ccc34cfd4fc6c01a594b5cb28c88964a24b3;p=bin.git diff --git a/new_home_directory b/new_home_directory index 94348da..706c1cb 100755 --- a/new_home_directory +++ b/new_home_directory @@ -5,7 +5,7 @@ # makes a new home directory; defaults to one that does not use ssh -GIT_BASE=http://git.donarmstrong.com/ +GIT_BASE=https://git.donarmstrong.com/ if [ "$1" = "ssh" ]; then GIT_BASE=git+ssh://git.donarmstrong.com/srv/git/ @@ -58,7 +58,7 @@ for a in lib bin; do fi; done; -if [ "$1" == "ssh" ]; then +if [ "$1" = "ssh" ]; then mkdir -p .config/; (cd .config/; git checkout git+ssh://git.donarmstrong.com/srv/git_private/mr.git