diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2017-06-27 17:15:20 +0200 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2017-06-27 17:15:20 +0200 |
commit | 7e3342227898a6403e75905e3d481128bed7e7a2 (patch) | |
tree | ffe54bb56be54cb35645ffb93a6f22d0977a3d08 | |
parent | c05752fbc78f46f2675ea07ad02035e7b78bf980 (diff) | |
download | itzks-install-script-7e3342227898a6403e75905e3d481128bed7e7a2.tar.gz itzks-install-script-7e3342227898a6403e75905e3d481128bed7e7a2.tar.bz2 itzks-install-script-7e3342227898a6403e75905e3d481128bed7e7a2.zip |
Fix typo in comment.
-rw-r--r-- | install-itzks-workstation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 7aa97c7..4d80443 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -1,5 +1,5 @@ #!/bin/bash -# Script zur Installation einer ITZKS-Workstation (zB. Notebooks am Katharineum) +# Script zur Installation einer ITZKS-Workstation (z.B. Notebooks am Katharineum) adduser locadm adduser locadm sudo lvextend -L 20G /dev/vg_system/root |