sms double auth test#0

This commit is contained in:
qo-op 2020-05-12 22:26:45 +02:00
parent 2915768d6c
commit d0f1b8ae36
2 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,6 @@
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
cd /home/$YOU/.zen/astroport/g1sms/
source ./init.sh
source ./functions.sh

View File

@ -49,6 +49,7 @@ g1pub=$(cat ~/.ssb/secret.dunikey | grep 'pub:' | cut -d ' ' -f 2)
echo "DISK PERFORMANCE TESTING"
[[ -f ~/.zen/test.disk ]] && rm -f ~/.zen/test.disk
diskperf=$(dd if=/dev/zero of=~/.zen/test.disk bs=10M count=1 oflag=dsync 2>&1 | tail -n 1 | sed s/\,\ /\ -/g | cut -d '-' -f 4)
# echo $diskperf
# IPFS LOCAL REPOSITORY for Node Identity G1 + SSB
mkdir -p ~/.zen/ipfs/.$ipfsnodeid/G1SSB