parent
ed7daae3f8
commit
af4cf1eda2
1 changed files with 2 additions and 2 deletions
4
cd.sh
4
cd.sh
|
@ -4,7 +4,7 @@ CD_DNS_SERVERS=(
|
|||
'9.9.9.9'
|
||||
)
|
||||
CD_NAME='cd'
|
||||
CD_REPOSITORIES_PARENT='rwx'
|
||||
CD_PROJECTS_PARENT='rwx'
|
||||
|
||||
function cd_set_environment {
|
||||
CD_DNS_FILE='/etc/resolv.conf'
|
||||
|
@ -235,7 +235,7 @@ local root
|
|||
cd_step "${FUNCNAME}"
|
||||
root="$(mktemp --directory)" || exit
|
||||
for repository in \
|
||||
"${CD_REPOSITORIES_PARENT}" \
|
||||
"${CD_PROJECTS_PARENT}" \
|
||||
"${CD_NAME}" \
|
||||
; do
|
||||
git clone \
|
||||
|
|
Loading…
Reference in a new issue