From 13b98e9182bad88e91e2a6d663e79499cf7263e8 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 23 Sep 2015 19:49:47 -0300 Subject: fix sources --- db-repo-add | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db-repo-add') diff --git a/db-repo-add b/db-repo-add index 024fce8..3b82ef2 100755 --- a/db-repo-add +++ b/db-repo-add @@ -1,7 +1,7 @@ #!/bin/bash -. "$(dirname "$(readlink -e "$0")")/config" -. "$(dirname "$(readlink -e "$0")")/db-functions" +source "$(dirname "$(readlink -e "$0")")/dbscripts.cfg" +source "$(dirname "$(readlink -e "$0")")/share/db-functions" if [ $# -lt 3 ]; then msg "usage: %s ..." "${0##*/}" -- cgit v1.2.3-54-g00ecf