./zen/tools/key_create_dunikey.py

This commit is contained in:
qo-op 2020-05-02 03:39:52 +02:00
parent 880101bc1f
commit 790e3a1acc
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ ZENPWD=\"$pepper\"" > ~/.zen/secret.astroport.key
fi
# CREATE ~/.ssb/secret.dunikey
python3 $MY_PATH/key_create_dunikey.py "$salt" "$pepper"
python3 ./zen/tools/key_create_dunikey.py "$salt" "$pepper"
sleep 1
[[ -f /tmp/secret.dunikey ]] && mv /tmp/secret.dunikey ~/.ssb/secret.dunikey || exit 1