Parcourir la source

spelling mistake in shell script

Weiyi Lou il y a 13 ans
Parent
commit
7443f8ccef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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