Fix spellin gtypo in node.sh

pull/3079/head
hsiung 5 years ago committed by Leo Chen
parent 8861e9d44f
commit 4e3d7c0b92
  1. 2
      scripts/node.sh

@ -811,7 +811,7 @@ read_bls_pass() {
read -rsp "Enter passphrase for the BLS key file $f: " passphrase read -rsp "Enter passphrase for the BLS key file $f: " passphrase
echo ${passphrase} | tee $passfile echo ${passphrase} | tee $passfile
chmod og-wr $passfile chmod og-wr $passfile
echo "Passphrase is temporarely saved to: $passfile" echo "Passphrase is temporarily saved to: $passfile"
prompt_save=true prompt_save=true
fi fi
done done

Loading…
Cancel
Save