Commit 2b2b4b48 authored by Martin Klimes (k11m1)'s avatar Martin Klimes (k11m1)
Browse files

better ppd detection

parent cf99d8e6
......@@ -19,7 +19,7 @@ else
# copy cron.pl into weekly cron
copy("/opt/fi-printers/cron.pl", "/etc/cron.weekly/fi_printers_cron");
my @files = glob( '/etc/cups/ppd/*.ppd' );
my @files = glob( '/etc/cups/ppd/*fi.muni.ppd' );
for my $item (@files) {
print "current $item\n";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment