diff --git a/zen/tools/make_G1SSB_secret.sh b/zen/tools/make_G1SSB_secret.sh index bd66c97..5f02489 100755 --- a/zen/tools/make_G1SSB_secret.sh +++ b/zen/tools/make_G1SSB_secret.sh @@ -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 "........."