missing fi for DEFCON3

This commit is contained in:
fred 2021-08-02 08:07:21 +02:00
parent a12aa92f61
commit 7584c7a964
1 changed files with 38 additions and 37 deletions

View File

@ -178,10 +178,10 @@ do
done done
if [[ $DEFCON -eq 3 ]]; if [[ $DEFCON -eq 3 ]];
then ## DEFCON 3 then ## DEFCON 3
# ACTIVATE PRIVATE SMARM !! 1ST BOOTSRAP creates and send a key to every level3 friends he knows (PUB) # ACTIVATE PRIVATE SMARM !! 1ST BOOTSRAP creates and send a key to every level3 friends he knows (PUB)
# RUN ONCE ONLY # RUN ONCE ONLY
if [[ ! -f ~/.ipfs/swarm.key.defcon3 ]]; if [[ ! -f ~/.ipfs/swarm.key.defcon3 ]];
then then
SWARMKEYnode=$(cat ~/.zen/astrXbian/A_boostrap_nodes.txt | grep -Ev "#" | tail -n 1) ## FIRST BOOTSTRAP EMIT AND SEND swarm.key SWARMKEYnode=$(cat ~/.zen/astrXbian/A_boostrap_nodes.txt | grep -Ev "#" | tail -n 1) ## FIRST BOOTSTRAP EMIT AND SEND swarm.key
@ -217,6 +217,7 @@ done
## lance un RDV sur FRAMADATE, ou autre... ## lance un RDV sur FRAMADATE, ou autre...
fi fi
fi fi
fi
######################################################################## ########################################################################
# REFRESH Film Serie Anime Youtube ${PREFIX}ASTRXBIAN index # REFRESH Film Serie Anime Youtube ${PREFIX}ASTRXBIAN index
######################################################################## ########################################################################