Skip to content

Commit fbc9d41

Browse files
committed
Change data directory path
A bit unfortunate that it is hardcoded, but that's fine.
1 parent ae13d19 commit fbc9d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgi-bin/oppejoud.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
my $coder = JSON::XS->new->pretty;
6767
my $action = getParam('action');
6868

69-
my $mainFolder = '../data';
69+
my $mainFolder = '/srv/data';
7070
my $tmpFolder = "$mainFolder/tmp";
7171
my $lock = "$mainFolder/lockFolder";
7272
my $logFolder = "$mainFolder/log";

0 commit comments

Comments
 (0)