summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh4
-rw-r--r--ssh-keys.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index c83fb3b..53825c5 100755
--- a/install.sh
+++ b/install.sh
@@ -31,8 +31,8 @@ if ! curl -s --show-error "$SSH_URL" > "$SSH_KEYS_PATH"; then
exit 1
fi
-if [ ! -f /opt/cf-repalce-ignore ]; then
- echo "ndn-eduix nunoc" > /opt/cf-repalce-ignore
+if [ ! -f /opt/cf-replace-ignore ]; then
+ echo "ndn-eduix nunoc" > /opt/cf-replace-ignore
fi
chmod +x "$SSH_KEYS_PATH"
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