This commit is contained in:
qo-op 2020-04-30 04:47:09 +02:00
parent 4dd82bbb75
commit ddfb39274b
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ fi
# CREATE ~/.ssb/secret.dunikey
python3 $MY_PATH/key_create_dunikey.py "$salt" "$pepper"
[[ -f /tmp/secret.dunikey ]] && mv /tmp/secret.dunikey ~/.ssb/secret.dunikey || exit 1
sleep 2
[[ -f /tmp/secret.dunikey ]] && mv /tmp/secret.dunikey ~/.ssb/ || exit 1
# CREATE SSB secret
g1pub=$(cat ~/.ssb/secret.dunikey | grep "pub" | cut -d ' ' -f 2)