This commit is contained in:
qo-op 2020-05-11 02:03:10 +02:00
parent d355594284
commit ee96e68946
2 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ fn_exists() {
# ATOMATIC gammu-smsd-inject desactivation if no gammu is installed on system
if ! fn_exists gammu-smsd-inject; then
log ":p) DESACTIVATION ENVOI DE SMS .............."
echo ":p) DESACTIVATION ENVOI DE SMS .............."
function gammu-smsd-inject () {
log "$PHONE: >>> SENDING SMS $4 TO $2 "
}

View File

@ -232,11 +232,11 @@ pepper="$(~/.zen/astroport/zen/tools/diceware.sh 4 | xargs)"
fi
echo "........."
# [[ -f ~/.zen/secret.astroport.key ]] && echo "Your identity is already existing..." && cat ~/.zen/secret.astroport.key && exit 1
rm -f ~/.zen/secret.astroport.key
echo "# ASTROPORT #SWARM0 KEY SECRET CREDENTIALS !!!
ZENID=\"$salt\"
ZENPWD=\"$pepper\"" > ~/.zen/secret.astroport.key
sleep 1
# CREATE ~/.ssb/secret.dunikey
python3 ~/.zen/astroport/zen/tools/key_create_dunikey.py "$salt" "$pepper"
@ -317,7 +317,11 @@ Now you are going to join #Swarm0 IPFS Metaverse
ACTIVATE METAVERSE #SWARM0 INIT SEQUENCE...
ALPHA - ALPHA - ALPHA - ALPHA
starting OASIS. http://$nodename:3000
'
oasis --allow-host $nodename --host $nodename &
sleep 7
~/.zen/astroport/zen/ssb_INIT.sh
~/.zen/astroport/zen/cron_VRFY.sh
@ -343,10 +347,6 @@ rm -f .zen/secret.astroport.key
Submit issues: https://git.p2p.legal/axiom-team/astroport/issues
Send ideas to support@qo-op.com
starting OASIS. http://$nodename:3000
"
oasis --allow-host $nodename --host $nodename &
exit 0
}