install init scripts

This commit is contained in:
qo-op 2020-04-28 18:48:10 +02:00
parent a27f5eb253
commit e7afc34f5a
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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
##################################################################