Explorar o código

spelling mistake in shell script

Weiyi Lou %!s(int64=13) %!d(string=hai) anos
pai
achega
7443f8ccef
Modificáronse 1 ficheiros con 1 adicións e 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