From 7c6bcbad50d08b7ee9699473fd48f6ef5b05b190 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 8 Apr 2019 22:28:17 +0800 Subject: [PATCH] Fix --- netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot.sh b/netboot.sh index e8b8609..c22fbac 100644 --- a/netboot.sh +++ b/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)