This commit is contained in:
qo-op 2020-12-08 21:30:05 +01:00
parent 0617c426f0
commit 3ab51f570d
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ fi
[[ $(($minute % 12)) == 0 ]] && sleep $((1 + RANDOM % 10)) && $MY_PATH/zen/gchange_IPFS_swarm.sh & [[ $(($minute % 12)) == 0 ]] && sleep $((1 + RANDOM % 10)) && $MY_PATH/zen/gchange_IPFS_swarm.sh &
[[ $(($minute % 15)) == 0 ]] && sleep $((1 + RANDOM % 10)) && $MY_PATH/zen/ipfs_SWARM_refresh.sh & [[ $(($minute % 15)) == 0 ]] && sleep $((1 + RANDOM % 10)) && $MY_PATH/zen/ipfs_SWARM_refresh.sh &
# Transfert ~/astroport/files to IPFS and make Astroport(pastebin) index for Xbian/Vstream # Transfert ~/astroport/films to IPFS and make Vstream/ASTROPORT indexes on IPNS
if [[ "$timebar" == "03:03" ]]; then if [[ "$timebar" == "03:03" ]]; then
$MY_PATH/zen/xbian_vstream.sh & $MY_PATH/zen/xbian_vstream.sh &
fi fi