summaryrefslogtreecommitdiff
path: root/db-sync
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-17 22:52:21 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-17 22:52:21 -0400
commitfb93f14b724c82427ab2531502ed3b79e6ccfe7f (patch)
tree11db038e6dfb167410bb8116c4374900394ff022 /db-sync
parent1eed703c1b7287a71347d9ad2d05f2a0a3747b11 (diff)
s/libremessages/db-functions/
Diffstat (limited to 'db-sync')
-rwxr-xr-xdb-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-sync b/db-sync
index b5484d1..2a0e8e1 100755
--- a/db-sync
+++ b/db-sync
@@ -193,7 +193,7 @@ trap_exit() {
source "$(dirname "$(readlink -e "$0")")/config"
source "$(dirname "$(readlink -e "$0")")/db-sync.conf"
-source "$(dirname "$(readlink -e "$0")")/libremessages"
+source "$(dirname "$(readlink -e "$0")")/db-functions"
# Check variables presence
for var in DBEXT FILESEXT mirror mirrorpath WORKDIR BLACKLIST_FILE FTP_BASE ARCHSRCPOOLS ARCHPKGPOOLS; do