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

fix source git-mirrors

parent 3fc97394
Branches
Tags
No related merge requests found
......@@ -5,9 +5,13 @@
#Include all user options and dependencies
git_mirrors_dir="${0%/*}"
. "${git_mirrors_dir}/config.sh"
[ -f "${git_mirrors_dir}/config.sh" ] && . "${git_mirrors_dir}/config.sh"
. "${git_mirrors_dir}/lib/VERSION"
. "${git_mirrors_dir}/lib/functions.sh"
if [ ! -f "${git_mirrors_dir}/config.sh" ];then
red_echo "config.sh missing! Copy and customize from config.sh.SAMPLE. Aborting." 1>&2
exit 1
fi
cd "${git_mirrors_dir}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment