diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2012-08-05 13:59:08 +0200 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2012-08-05 13:59:08 +0200 |
commit | 838aad706cbcf289e9e2ea8101c982b732d7ae99 (patch) | |
tree | 8e97b8f26db53b0067a2054bd9218113d113b55b /scripts/update-venus | |
parent | Update the cronjob. fix identation, add trailing slashes in the vars, (diff) | |
download | planet-838aad706cbcf289e9e2ea8101c982b732d7ae99.tar.gz planet-838aad706cbcf289e9e2ea8101c982b732d7ae99.tar.bz2 planet-838aad706cbcf289e9e2ea8101c982b732d7ae99.zip |
missing slash
Diffstat (limited to 'scripts/update-venus')
-rwxr-xr-x | scripts/update-venus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-venus b/scripts/update-venus index 8985f20..d7aba0c 100755 --- a/scripts/update-venus +++ b/scripts/update-venus @@ -24,7 +24,7 @@ RESTRICT=( ln -s ${BASE_DIR}/planet-gentoo/archives/universe/index.php ${BASE_DIR}/htdocs/universe/archives/index.php # Get latest Git changes -cd ${BASE_DIR}planet-gentoo; git pull --force >/dev/null 2>&1 +cd ${BASE_DIR}/planet-gentoo; git pull --force >/dev/null 2>&1 for instance in planet universe; do # Remove configs of banned users |