BUG path diceware.sh

This commit is contained in:
qo-op 2020-05-09 19:14:38 +02:00
parent 5665754de4
commit 3532438f4e
1 changed files with 2 additions and 2 deletions

View File

@ -199,9 +199,9 @@ diceware passphrase generator...'
&& curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/diceware-wordlist.txt
# LOGIN (=SALT)
salt="$(~/.ssb_astroport/diceware.sh 6)"
salt="$(~/.zen/astroport/zen/tools/diceware.sh 6)"
# PASS (=PEPPER)
pepper="$(~/.ssb_astroport/diceware.sh 4)"
pepper="$(~/.zen/astroport/zen/tools/diceware.sh 4)"
fi
echo "........."