Bohan Yang 7 年 前
コミット
7c6bcbad50
1 ファイル変更1 行追加1 行削除
  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)