diff options
-rwxr-xr-x | authtoken.json | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |