From 4a6024bc89becc2d6cd191de72851d68dded014d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 17 Sep 2014 20:19:17 +0000 Subject: wrong path to rd.conf diff --git a/authtoken.json b/authtoken.json index 954581d..3d6b8f4 100755 --- a/authtoken.json +++ b/authtoken.json @@ -9,7 +9,7 @@ sub get_token { my $username = shift; - my $RD_CONF = "rd.conf"; + my $RD_CONF = "/etc/rd.conf"; my $cfg = Config::IniFiles->new(-file => $RD_CONF) or return ('ERROR', "Config File Error: " . join("\n", @Config::IniFiles::errors), ''); my $dbhost = $cfg->val('mySQL', 'Hostname'); -- cgit v0.10.2