From 3ab51f570d5a6be551bcacf4fa2b12d5f99409a9 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 8 Dec 2020 21:30:05 +0100 Subject: [PATCH] comment --- cron_MINUTE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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