From a3f0c2ac22109077ab25c61e2c3a9b5c332d4d50 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 Jun 2014 21:44:14 -0400 Subject: mv local_config db-sync.conf # now that its other uses are gone --- db-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-sync') diff --git a/db-sync b/db-sync index 4e692e9..138328b 100755 --- a/db-sync +++ b/db-sync @@ -186,7 +186,7 @@ trap_exit() { } source "$(dirname "$(readlink -e "$0")")/config" -source "$(dirname "$(readlink -e "$0")")/local_config" +source "$(dirname "$(readlink -e "$0")")/db-sync.conf" source "$(dirname "$(readlink -e "$0")")/libremessages" # Check variables presence -- cgit v1.2.3-2-g168b