diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 80ff202..5f82f1e 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -110,6 +110,8 @@ if [[ $(($minute % 15)) == 0 ]]; then # cp ~/.zen/astrXbian/.install/.kodi/userdata/addon_data/plugin.video.vstream/settings.xml ~/.kodi/userdata/addon_data/plugin.video.vstream/settings.xml # echo "MAJ Vstream settings" # fi + # TEMP: clean stargates bug effect + rm -Rf "$HOME/.zen/astrXbian/~" ########## OPEN OR CLOSE SSH ACCESS ################# # [[ "$(ipfs p2p ls | grep $G1PUB-ssh)" == "" ]] && sleep $((1 + RANDOM % 10)) && ~/.zen/astrXbian/zen/ssh_forward2onelove.sh # OPEN-SSH # [[ "$(ipfs p2p ls | grep $G1PUB-ssh)" != "" ]] && sleep $((1 + RANDOM % 10)) && ~/.zen/astrXbian/zen/ssh_forward2onelove.sh # CLOSE-SSH