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 /install.sh | |
| parent | b3efd66227ee5c2bf9047deb5204edaad13849bb (diff) | |
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
