diff options
-rwxr-xr-x | server/scireserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/scireserver.pl b/server/scireserver.pl index 0d3eb97..358ba3e 100755 --- a/server/scireserver.pl +++ b/server/scireserver.pl @@ -7,7 +7,7 @@ use Data::Dumper; $| = 1; -my $SCIRE_CONFIG_FILE = '/home/pcody/gentoo/scire-newfu/etc/scireserver.conf'; #will be /etc/scire.conf when released. +my $SCIRE_CONFIG_FILE = '../etc/scireserver.conf'; #will be /etc/scire.conf when released. my %conf; my $conf_file = (defined($conf{config})) ? $conf{config} : $SCIRE_CONFIG_FILE; |