LOG g1SMS Station to /tmp/g1sms.log

This commit is contained in:
qo-op 2020-05-28 18:14:46 +02:00
parent 0481948db8
commit 05b1971710
3 changed files with 6 additions and 5 deletions

View File

@ -42,7 +42,7 @@ else
export G1SMS="YES"
fi
echo "
log "
_ _ __
(_)___ (_) /_
/ / __ \/ / __/
@ -103,7 +103,7 @@ else
fi
# INIT KEYS
echo 'init
log 'init
__
/ /_____ __ _______
/ //_/ _ \/ / / / ___/

View File

@ -29,7 +29,7 @@ NODE_G1PUBKEY=$(cat /home/$YOU/.ssb/secret.dunikey | grep 'pub:' | cut -d ' ' -f
[[ $NODE_G1PUBKEY == "" ]] && echo "ERROR NODE_G1PUBKEY empty !! Please INIT SSB LAYER..." && exit 1
echo "
log "
$NANODATE
_ _ __ __
(_)___ (_) /_ / /_____ __ _______
@ -68,7 +68,7 @@ if [[ ! -f /home/$YOU/.zen/ipfs/.$IPFSNODEID/G1SSB/_uidna ]]; then
while [[ $(grep -Rwl "$PRE$ZUID" /home/$YOU/.zen/ipfs_swarm/.*/*/_uidna 2>/dev/null) ]]; do ZUID=$(/home/$YOU/.zen/astroport/zen/tools/diceware.sh 1 | xargs); done
NODE_UIDNA="$PRE$ZUID"
echo "
log "
__ __________ _ _____
/ / / / _/ __ \/ | / / |
/ / / // // / / / |/ / /| |
@ -153,7 +153,7 @@ else
rm -f /home/$YOU/.zen/ipfs/.$IPFSNODEID/G1SSB/_where
fi
echo "
log "
______ _____ ____ __ ___ _ __
/ ___/ | / / | / __ \/ |/ / (_)___/ /
\__ \| | /| / / /| | / /_/ / /|_/ / / / __ /

View File

@ -41,6 +41,7 @@ Love Land ENTRANCE CHECKING
# /home/$YOU/.zen/astroport/zen/ipfs_SWARM_refresh.sh
for hashfile in /tmp/loveland_entrance/*; do
[[ ! -f $hashfile ]] && continue
PP=$(cat $hashfile)
PHONE=$(echo $PP | cut -d '|' -f 1)
PARRAIN=$(echo $PP | cut -d '|' -f 2)