home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31071ce
)
Update repos path.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 7 Oct 2020 23:38:31 +0000
(
01:38
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 7 Oct 2020 23:38:31 +0000
(
01:38
+0200)
buster/setup_scripts/setup_home.sh
patch
|
blob
|
history
diff --git
a/buster/setup_scripts/setup_home.sh
b/buster/setup_scripts/setup_home.sh
index 779bb4c3c6153ecff5bb088c78005d2ae29c6225..61c235ebdfc56ef768b7e7d173b18fbc616cdad7 100755
(executable)
--- a/
buster/setup_scripts/setup_home.sh
+++ b/
buster/setup_scripts/setup_home.sh
@@
-28,7
+28,7
@@
ensure_repo() {
repo_name="${1}"
if [ ! -d "${public_repos_dir}/${repo_name}" ]; then
cd "${public_repos_dir}"
- git clone plom@plomlompom.com:/var/
public_
repos/${repo_name}
+ git clone plom@plomlompom.com:/var/repos/${repo_name}
fi
}