Selaa lähdekoodia

Merge pull request #6878 from xwang2713/HPCC_12902

HPCC-12902  correct password variable name

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 vuotta sitten
vanhempi
commit
6601e0a8a4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      initfiles/sbin/install-cluster.sh.in

+ 1 - 1
initfiles/sbin/install-cluster.sh.in

@@ -62,7 +62,7 @@ getUserAndPasswd(){
        echo ""
 
        password_string="and a password ($(echo $PASS | sed 's/./\./g'))."
-       [ -z "$password" ] && password_string="with an empty password for passwordless login."
+       [ -z "$password_string" ] && password_string="with an empty password for passwordless login."
        echo "You entered user $ADMIN_USER $password_string"
        read -p  "Are these correct? [Y|n] " answer
        if [ "$answer" = "Y" ] || [ "$answer" = "y" ]