diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 74e4871..80ff202 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -229,13 +229,9 @@ echo ' # |___/ # IPNS KEYS used to publish with star friends (creates 5 levels of streaming / file sharing) # RESET - ipfs key rm star_1 - ipfs key rm star_2 - ipfs key rm star_3 - ipfs key rm star_4 - ipfs key rm star_5 + ipfs key rm star_1; ipfs key rm star_2; ipfs key rm star_3; ipfs key rm star_4; ipfs key rm star_5 rm -Rf ~/.zen/key/ - # RENEW & SEND STARS TO FRIENDS + # RENEW & SEND STARS TO FRIENDS ~/.zen/astrXbian/zen/manage_stargates.sh $MY_PATH/zen/manage_stargates.sh fi diff --git a/zen/manage_stargates.sh b/zen/manage_stargates.sh old mode 100644 new mode 100755