Skip to content
Snippets Groups Projects
Commit 05b76e9b authored by Sam Gleske's avatar Sam Gleske
Browse files

Bugfix git-mirrors.sh

Major bugfix a working directory bug where
crontab execution fails.
parent 0ebe8d86
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ git_mirrors_dir="$(dirname "${0}")"
. "${git_mirrors_dir}/lib/VERSION"
. "${git_mirrors_dir}/lib/functions.sh"
cd "${git_mirrors_dir}"
STATUS=0
ls -1 "${repo_dir}/${gitlab_namespace}" | while read mirror;do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment