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)