Skip to content

Commit

Permalink
feat(myq_printsvc): minor data output change
Browse files Browse the repository at this point in the history
- PIN should be empty (not login)
- change default language from 'en' to 'cs'
  • Loading branch information
stavamichal committed Nov 7, 2022
1 parent 2c29868 commit 48f07ba
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 48f07ba

Please sign in to comment.