From e7afc34f5aa735ae1bedb513a3a7245b8871a3cf Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 28 Apr 2020 18:48:10 +0200 Subject: [PATCH] install init scripts --- install.sh | 5 +++++ zen/cron_MINUTE.sh | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/install.sh b/install.sh index a8fecc2..1f53f9c 100755 --- a/install.sh +++ b/install.sh @@ -83,6 +83,11 @@ while read gate; do fi done <<<$(echo "$apps" | sed -n 1'p' | tr ',' '\n') + +## Run init scipts +$PATH/zen/ssb_IPFS_swarm.sh +$PATH/zen/cron_VRFY.sh + if [[ $errors == 0 ]]; then echo -e "${c_green}Good trip !$c_" else diff --git a/zen/cron_MINUTE.sh b/zen/cron_MINUTE.sh index 23d801d..ca7e540 100755 --- a/zen/cron_MINUTE.sh +++ b/zen/cron_MINUTE.sh @@ -62,6 +62,10 @@ if [[ "$timebar" == "00:01" ]]; then # Clear 24h ssb_GET markers rm ~/.zen/zenytv.last.ts rm ~/.zen/zenyta.last.ts + + # SYNC SSB Friends with IPFS SWARM + $PATH/zen/ssb_IPFS_swarm.sh + fi ##################################################################