Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
unix
FI printers over Samba on Linux
Commits
2b2b4b48
Commit
2b2b4b48
authored
Feb 18, 2021
by
Martin Klimes (k11m1)
Browse files
better ppd detection
parent
cf99d8e6
Changes
1
Show whitespace changes
Inline
Side-by-side
cron.pl
View file @
2b2b4b48
...
...
@@ -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
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment