summaryrefslogtreecommitdiff
path: root/yf-update
diff options
context:
space:
mode:
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@"))