diff options
| author | Markus Krogh <markus@nordu.net> | 2018-12-06 16:06:41 +0100 |
|---|---|---|
| committer | Markus Krogh <markus@nordu.net> | 2018-12-06 16:06:41 +0100 |
| commit | be834ca1112f27ecddf369a954dbbed3e2c5177a (patch) | |
| tree | 42cbc3792f422ff09d28c1f4a4ee53873920db7b /ssh-keys.sh | |
| parent | b3efd66227ee5c2bf9047deb5204edaad13849bb (diff) | |
Diffstat (limited to 'ssh-keys.sh')
| -rw-r--r-- | ssh-keys.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keys.sh b/ssh-keys.sh index aec31c0..3004aff 100644 --- a/ssh-keys.sh +++ b/ssh-keys.sh @@ -8,8 +8,8 @@ fi sunetEmpl="leif leifj lundberg linus per john" ignoreList="ndn-eduix nunoc" -if [ -f /opt/cf-repalce-ignore ]; then - ignoreList=$(cat /opt/cf-repalce-ignore) +if [ -f /opt/cf-replace-ignore ]; then + ignoreList=$(cat /opt/cf-replace-ignore) fi for userHome in /home/*; do |
