summaryrefslogtreecommitdiff
path: root/create-repo
diff options
context:
space:
mode:
Diffstat (limited to 'create-repo')
-rwxr-xr-xcreate-repo4
1 files changed, 2 insertions, 2 deletions
diff --git a/create-repo b/create-repo
index c729e9c..2ef3ace 100755
--- a/create-repo
+++ b/create-repo
@@ -1,7 +1,7 @@
#!/bin/bash
# Creates repository structure
-source "$(dirname "$(readlink -e "$0")")/dbscripts.cfg"
+source "$(dirname "$(readlink -e "$0")")/etc/dbscripts.cfg"
source "$(dirname "$(readlink -e "$0")")/share/db-functions"
if [ $# -eq 0 ]; then
@@ -18,4 +18,4 @@ for _repo in "$@"; do
done
done
-msg "Don't forget to add them to the PKGREPOS array on %s" "$(dirname "$(readlink -e "$0")")/dbscripts.cfg"
+msg "Don't forget to add them to the PKGREPOS array on %s" "$(dirname "$(readlink -e "$0")")/etc/dbscripts.cfg"