View | Details | Raw Unified | Return to bug 40748
Collapse All | Expand All

(-)a/misc/cronjobs/social_data/update_social_data.pl (-2 / +1 lines)
Lines 6-12 use Koha::Script -cron; Link Here
6
use C4::Context;
6
use C4::Context;
7
use C4::SocialData;
7
use C4::SocialData;
8
8
9
my $url             = C4::Context->preference("Babeltheque_url_update");
9
my $url             = quotemeta( C4::Context->preference("Babeltheque_url_update") );
10
my $output_dir      = qq{/tmp};
10
my $output_dir      = qq{/tmp};
11
my $output_filepath = qq{$output_dir/social_data.csv};
11
my $output_filepath = qq{$output_dir/social_data.csv};
12
system(qq{/bin/rm -f $output_filepath});
12
system(qq{/bin/rm -f $output_filepath});
13
- 

Return to bug 40748