summaryrefslogtreecommitdiff
path: root/ssh-keys.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keys.sh')
-rw-r--r--ssh-keys.sh4
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