Skip to content

Commit

Permalink
Merge pull request #734 from stavamichal/myqChanges
Browse files Browse the repository at this point in the history
feat(myq_printsvc): minor data output change
  • Loading branch information
zlamalp authored Nov 7, 2022
2 parents 2c29868 + 48f07ba commit 82714b5
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 82714b5

Please sign in to comment.