This commit is contained in:
William Mantly 2016-06-16 18:53:26 -04:00
parent 260881acd7
commit ffef2a59c3

View File

@ -7,7 +7,7 @@ eval "$(ssh-agent -s)"
ssh-add /root/.ssh/id_github_rsa
mkdir /var/www/gitwrapper/$name
cd /var/www/gitwrapper/$name
echo pwd
echo `pwd`
git clone $sshURL .
git checkout $name