From c4d7b611eec5b228afed19e53ba9573fc3ac85e1 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 29 Jul 2014 21:11:13 +0100 Subject: Support running the scripts from a direct git clone. --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index 5f0ae18..992157f 100644 --- a/functions +++ b/functions @@ -14,7 +14,7 @@ distroreleases='1 2 3 4' arches='i586 x86_64' mirror_rsync_options="--dry-run -v --delete -alH" -. /etc/mgatools.conf +[ -f /etc/mgatools.conf ] && . /etc/mgatools.conf function isingroup() { -- cgit v1.2.1