From be834ca1112f27ecddf369a954dbbed3e2c5177a Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Thu, 6 Dec 2018 16:06:41 +0100 Subject: Proper spelling --- ssh-keys.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssh-keys.sh') 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 -- cgit v1.1