Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
zlamalp committed Nov 7, 2022
2 parents 2b64731 + 82714b5 commit 2d4205a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen/myq_printsvc
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ for my $login (@logins) {
# SCANSTORAGE
print FILE '"' . "\\\\copy.ics.muni.cz\\$login\\Scan" . '";';
# PIN
print FILE $login . ";";
print FILE ";";
# MANAGED_GROUPS
print FILE ";";
# AUTH_SERVER
print FILE ";";
# PHONE
print FILE ";";
# LANG
print FILE "en;";
print FILE "cs;";
# PWD
print FILE ";";
# EXTID
Expand Down

0 comments on commit 2d4205a

Please sign in to comment.