diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 6aca241..ac94ef9 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -95,7 +95,7 @@ fi [[ $(($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 & -# 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 $MY_PATH/zen/xbian_vstream.sh & fi