Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Thomas Blanc
scripts
Commits
db2b0f0a
Commit
db2b0f0a
authored
May 07, 2013
by
Vincent Le gallic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[print_status.py] /var/run est vidé au reboot, on utilise plutôt /usr/scripts/var
parent
0787ee49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
impression/print_status.py
impression/print_status.py
+2
-2
No files found.
impression/print_status.py
View file @
db2b0f0a
...
...
@@ -22,8 +22,8 @@ import re
import
smtplib
from
ldap_crans
import
crans_ldap
last_print_filename
=
"/
var/run
/print_status/last_print.txt"
error_filename
=
"/
var/run
/print_status/error.txt"
last_print_filename
=
"/
usr/scripts/var
/print_status/last_print.txt"
error_filename
=
"/
usr/scripts/var
/print_status/error.txt"
# Cette chaîne est utilisée pour construire une regexp, il faut que ce soit une chaîne brute.
files_directory
=
r
"/var/impression/fichiers/"
printer_host
=
"imprimante.adm.crans.org"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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