Bohan Yang 7 years ago
parent
commit
7c6bcbad50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netboot.sh

+ 1 - 1
netboot.sh

@@ -90,7 +90,7 @@ while [ $# -gt 0 ]; do
       ;;
     --ssh-password)
       DEBI_SSH=true
-      DEBI_SSH_PASSWD=$2
+      DEBI_SSH_PASSWORD=$2
       shift
       ;;
     --ssh-keys)