From be834ca1112f27ecddf369a954dbbed3e2c5177a Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Thu, 6 Dec 2018 16:06:41 +0100 Subject: Proper spelling --- install.sh | 4 ++-- ssh-keys.sh | 4 ++-- 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 -- cgit v1.1