From 3762190a47f302c73553843fee6ae860dfa2538e Mon Sep 17 00:00:00 2001 From: dms Date: Thu, 4 Oct 2001 14:18:14 +0000 Subject: [PATCH] - fhs changes git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@519 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/scripts/insertDB.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/scripts/insertDB.pl b/blootbot/scripts/insertDB.pl index 617d6e3..d11cd09 100644 --- a/blootbot/scripts/insertDB.pl +++ b/blootbot/scripts/insertDB.pl @@ -9,7 +9,7 @@ require "src/logger.pl"; require "src/modules.pl"; require "src/Factoids/DBCommon.pl"; -&loadConfig($bot_misc_dir."/blootbot.config"); +&loadConfig($bot_config_dir."/blootbot.config"); &loadDBModules(); unless (@_) { -- 2.39.5