summaryrefslogtreecommitdiff
path: root/yf-update
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-08 16:44:51 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-08 21:19:01 -0500
commiteefb787983d2608511214bcd682f3d8271bac60c (patch)
treed61bf500bb5ae2332f66162a28f434195960ab6a /yf-update
parent62142bcbac5f457b2172c7311741f90fedf0c776 (diff)
Normalize to load config then local_config then db-functions
Diffstat (limited to 'yf-update')
-rwxr-xr-xyf-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/yf-update b/yf-update
index 3bce4aa..b6dff14 100755
--- a/yf-update
+++ b/yf-update
@@ -1,6 +1,6 @@
#!/bin/bash
-source "$(dirname "$(readlink -e "$0")")/local_config"
source "$(dirname "$(readlink -e "$0")")/config"
+source "$(dirname "$(readlink -e "$0")")/local_config"
source "$(dirname "$(readlink -e "$0")")/libremessages"
blacklist_mtime=$(printf "%.0f" $(find ${blacklist} -printf "%T@"))