Explorar el Código

spelling mistake in shell script

Weiyi Lou hace 13 años
padre
commit
7443f8ccef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      RUNME

+ 1 - 1
RUNME

@@ -26,7 +26,7 @@ if test -f "~/.ssh/known_hosts"; then
   echo "known_hosts found..."
 else
   echo "Does not exist. Creating..."
-  mkdur -p ~/.ssh
+  mkdir -p ~/.ssh
   touch ~/.ssh/known_hosts
 fi